I'm trying to setup openLDAP, and am having some problems. I've been following the
Gentoo LDAP How-to (yes I've read that the document isn't valid and not maintained anymore). I'm getting an error that I can't find anywhere else, hopefully someone here can help. When I try to run ldapsearch as suggested to test my install I get:
Code: Select all
# ldapsearch -D "cn=admin,dc=<mydomain>" -W
Enter LDAP Password:
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Local error (-2)
additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Unknown code krb5 195)
I've tried searching for this on google, but all I came across was a few unanswered mailing list posts. Any ideas on what causes this/how to fix it?