Kyle Tucker wrote: > > ldapmodify -x -a -W -D "cn=Manager,dc=testdom,dc=net" -h \ > localhost -f addtester.ldif > Enter LDAP Password: > ldap_bind: No such object (32) > matched DN: dc=testdom,dc=net That means that "cn=Manager,dc=testdom,dc=net" doesn't exist. Normally, your "manager" user isn't within the base DN for the rest of your data. I'm not sure if it must be that way or not. You can, however, create an entry at "cn=Manager,dc=testdom,dc=net" after installation, and add that user to the managers group so that you can use the same scripts that you already use with OpenLDAP.