On Tuesday 30 September 2008 20:12:50 tarun singhal wrote: > problem facing in the root.ldif file > after adding new entry: "uid=root,ou=People,dc=example,dc=com" > i.e. ldap_add: No such object (32) > > > ============== > file : root.ldif > ============== > dn: uid=root,ou=People,dc=example,dc=com > uid: root > cn: Manager
> > dn: uid=operator,ou=People,dc=example,dc=com > uid: operator > cn: operator > objectClass: account > objectClass: posixAccount > objectClass: top > objectClass: shadowAccount Has been years since I have touched this. Have you created the entries for "dc=example,dc=com" and "ou=People, dc=example,dc=com" before trying to add root.ldif? Take a look at the openldap tutorials (e.g. http://www.onlamp.com/pub/a/onlamp/2003/03/27/ldap_ab.html) to learn more about the actualy sequence for initializing the database. - Sandip _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
