Just curious.. do you have the entry "dc=uah, dc=edu" ? Adding a suffix
"dc=uah ,dc=edu" under "Configuration | Database->settings" isn't s
enough.
Try adding
dn: dc=uah,dc=edu
objectclass: top
objectclass: domain
dc: uah
first, and then ou=people container and see if that works.
- Darshan
Jim McCullars wrote:
> 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...