[Date Prev][Date Next] [Chronological] [Thread] [Top]

Openldap crashes on GSSAPI authentication



Hi,

I have been trying for a while to get openldap working with sasl and
gssapi on Solaris 9 but i have a problem.

I am using mit kerberos5.

I compiled sasl-2.1.13 and tested it with the sample server and client
with sucess for gssapi authentication. Later on I compiled
openldap-2.1.21 with kpasswd and kerberos.


When I try a ldapsearch (with my TGT), slapd crashes on GSSAPI authentication :
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s : Can't contact LDAP server (81) // I think that's why it is dead.

In my KDC.log there is the TGS request which is ok but i think slapd crashe (I think) at the TGS response.
But I have my ticket LDAP/FQDN in my cache (klist).


Thanks you very much if you have an idea.