[Cpu-users] New entries uses 'cn'.
Brought to you by:
matheny
|
From: Hans E. K. <ha...@ri...> - 2003-09-16 09:41:31
|
We are trying to use the 'cpu' utility to manage a ldap server (having = gone through a few web based versions). Our dn for each user will have = the form of dn: uid=3D<username>,ou=3DPeople,dc=3Dxyz,..., but when I = use the cpu utility the dn is created as dn: = cn=3D<username>,ou=3DPeople,dc=3Dxyz. This is the config file: [LDAP] LDAP_HOST =3D 127.0.0.1 LDAP_PORT =3D 389 # Can also use LDAP_URI =3D ldaps://localhost:389 for TLS support BIND_DN =3D cn=3DManager,dc=3D.... BIND_PASS =3D USER_BASE =3D ou=3DPeople,dc=3D... GROUP_BASE =3D ou=3DGroup,dc=3D... USER_OBJECT_CLASS =3D posixAccount,shadowAccount,top GROUP_OBJECT_CLASS =3D posixGroup,top USER_FILTER =3D (objectClass=3DposixAccount) GROUP_FILTER =3D (objectClass=3DposixGroup) USER_CN_STRING =3D uid GROUP_CN_STRING =3D cn This looks OK to me, including the USER_CN_STRING, which I have se to = uid instead of cn. Your help is appreciated. Thx, Hans E. |