search for: stephen_test

Displaying 1 result from an estimated 1 matches for "stephen_test".

2013 Aug 30
0
Adding new root suffix to 389 server
...pears to work. adding new entry "cn=example,cn=ldbm database,cn=plugins,cn=config" adding new entry "cn=dc=example\,dc=com,cn=mapping tree,cn=config" However I then try and use this new root suffix: #!/bin/ksh -p pswd=$(cat ~/passwd) add() { echo "dn: dc=stephen_test,dc=example,dc=com objectClass: top objectClass: domain dc: stephen_test " | ldapmodify -a -D "cn=directory manager" -w $pswd -h $1 } add my_server And this fails adding new entry "dc=stephen_test,dc=example,dc=com" ldap_add: No such object (32) Similarly...