Ubuntu dapper: About LDAP configuration...
Felipe Alfaro Solana
felipe.alfaro at gmail.com
Wed Sep 6 16:23:29 UTC 2006
> Thank you for this information. I followed the instructions and executed
> dpkg-reconfigure slapd. I erased all password and now I login with
> anonymous account. But there is still the same problem. With 'luma' client
> ldap software, the error after a write is: "(...) Strong Authentification
> Required". So where does this problem come from?
Probably, strong authentication means:
1. The LDAP client can't use anonymous authentication, or
2. The LDAP client can use DN/password but only over SSL/TLS, or
3. The LDAP client must use a X.509 digital certificate.
Strong authentication is a little bit vague: You can use strong mutual
authentication (both client and server use X.509 digital certificates)
or server-side strong authentication (usually the server authenticates
to the client using a X.509 digital certificate and the client can
authenticate using password/PIN/secret).
More information about the ubuntu-users
mailing list