Does anyone have experience of, or advice on, operating the ldap SIA
module with a normal OpenLDAP server? It doesn't seem happy with my
setup.
The server is set up using the PADL migration scripts (on/from a
Debian stable system with shadow passwords, in case that's germane).
ldap_check seems happy:
Connected to LDAP server on ldap.dl.ac.uk
Search base "dc=dl,dc=ac,dc=uk" confirmed
Retrieved Object class information
Password object class attributes verified
Group object class attributes verified
Directory configuration verified
but ldap_get_group and ldap_get_user complain respectively thus:
Error: missing attribute userPassword for dn=cn=dlguest,ou=People,dc=dl,dc=ac,dc=uk
Error: missing attribute userpassword for dn=uid=ccduser,ou=People,dc=dl,dc=ac,dc=uk
(I'm actually authenticating with Kerberos, and don't want passwords
from/in LDAP.)
Received on Thu Sep 19 2002 - 13:54:09 NZST