Hi, I'm trying to get our directory server (4.13) running, and I run
into problems adding entries. When I try to add the "ou=people"
placeholder (which I think I have to have before using that in a dn), I
get this error:
./ldapmodify -D "cn=Directory Manager" -w <xxxxxx> -a -v
ldap_init( localhost, 389 )
dn: ou=people, dc=uah, dc=edu
objectclass: top
objectclass: organizationalUnit
ou: people
description: Folks working here
add objectclass:
top
organizationalUnit
add ou:
people
add description:
Folks working here
adding new entry ou=people, dc=uah, dc=edu
ldap_add: No such object
Can anyone tell me what I'm missing? TIA...