I am trying to setup & configure OpenLDAP on Fedora Core 13. I've gotten as far as compiling and installing Openldap v2.4.23.
Whenever I try to run one of the LDAP commands (like ldapsearch), I get the following error message:
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 (Credentials cache file '/tmp/krb5cc_0' not found)
I looked up on this on Google and one solution seems to be configuring Kerberos to work properly first using kinit.
However, I do not want Kerberos on my system.. is it possible to make openldap not use Kerberos at all? Do I need to compile with a suitable option ? Or is it that I MUST use Kerberos parallely with openldap ?
Thanks for your help.
Cheers,
m^e
GSSAPIis only one SASL mechanism. There are several others, includingPLAIN. – grawity Feb 7 '11 at 21:04