Try and get your configuration working with the Cyrus SASL test programs
before proceeding with OpenLDAP. If you can get the test programs to work,
but still can't figure out the OpenLDAP side, post what commands were
necessary for testing and your slapd.conf both.
On Thu, 3 Aug 2006, chechu chechu wrote:
hi
Im building pdc with ldap+kerberos+afs, and when I try to check if its
correct i get this error
[EMAIL PROTECTED]:/etc/ldap/schema# ldapsearch -H ldap://shogun.ironman.es/ -b
dc=ironman,dc=es
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Internal (implementation specific) error
(80)
additional info: SASL(-13): user not found: no secret in
database
[EMAIL PROTECTED]:/etc/ldap/schema# ldapsearch -H ldap://shogun.ironman.es/ -D
"uid=prueba,ou=people,dc=ironman,dc=es"
SASL/DIGEST-MD5 authentication started
Please enter your password:
ldap_sasl_interactive_bind_s: Internal (implementation specific) error
(80)
additional info: SASL(-13): user not found: no secret in
database
thanks