Subj : LDAP Problem To : comp.os.linux.help,comp.os.linux,comp.os.linux.questions From : Patrick McDonnell Date : Sun Aug 08 2004 10:50 am I have an OpenLdap server running on a Debian Sarge box. All of the users of the system are stored with the dn "uid=USERNAME,ou=People,dc=muncc,dc=marmionacademy,dc=org". Right now, the only attributes for each uid are what's necessary for libnss-ldap and libpam-ldap to function. I want to build a larger database of information for each user, so I would like to add them all to the inetOrgPerson objectclass. I would also need to add a "sn" to each entry, as its required by inetOrgPerson. How can I do this? .