ldapmodify : impossible d'ajouter une entrée
Bonjour,
Je ne sais pas si c'est le bon forum.
Merci de me l'indiquer s'il y en a un autre.
Mon problème:
Code:
1 2 3 4 5
|
[oracle@oamim2 bin]$ ./ldapmodify -h localhost -p 1389 -D "cn=Directory Manager" -w *** -v -f oiam.ldif
ADD operation failed
Result Code: 32 (No Such Entry)
Additional Information: The provided entry ou=People,dc=oiam,dc=com cannot be added because its suffix is not defined as one of the suffixes within the Directory Server |
Quelle entrée n'existe pas ?
Comment le trouver et ajouter?
Voici oiam.ldif:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
dn: ou=People,dc=oiam,dc=com
changetype: add
ou: People
objectClass: organizationalunit
objectClass: top
dn: ou=Groups,dc=oiam,dc=com
changetype: add
ou: Groups
objectClass: organizationalunit
objectClass: top
dn: ou=Reserve,dc=oiam,dc=com
changetype: add
ou: Reserve
objectClass: organizationalunit
objectClass: top
dn: ou=SystemIds,dc=oiam,dc=com
changetype: add
ou: SystemIds
objectClass: organizationalunit
objectClass: top |
D'avance merci.