[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OpenLDAP, SASL, Kerberos
Hi there!
After some hours of fighting with the Kerberos and SASL installation I'm
tired and I have no out.
If I make a
>>ldapsearch -h localhost -p 389 -x -b "" -s base -LLL
supportedSASLMechanisms
I get the following lines:
dn:
supportedSASLMechanisms: LOGIN
supportedSASLMechanisms: PLAIN
supportedSASLMechanisms: ANONYMOUS
supportedSASLMechanisms: GSSAPI
If I try to execute
>>ldapsearch -D "cn=admin,dc=pingu,dc=de" -W "(objectclass=*)"
I get the following message:
Enter LDAP Password:
SASL/GSSAPI authentication started
ldap_sasl_interactive_bind_s: Local error
In a HTML-Document I read, that this is a bug an I that I should execute
the
>>kinit
command. If I do this, I get the next message which frustrates me, because
I
don't know what this message means:
kinit(v5): Client not found in Kerberos database while getting initial
credentials
Can anyone help me please!!!
Kind regards, Markus