16 Sep
2003
16 Sep
'03
11:57 a.m.
My DIT is like this: o=rpn.ch cn=Utilisateurs <= root for users cn=EPrim <= school level unit cn=Auvernier <= geographical unit cn=BaderE <= user cn=BeuretSY <= user ... cn=Bayards <= geographical unit ... cn=ESec1 <= school level unit ... So, I fail to find users becauses there are not directly inside "cn=Utilisateurs". What can I do?
"cn=Utilisateurs" is not a valid DN. That's a RDN. The correct DN for that branch is "cn=Utilisateurs,o=rpn.ch" . A DN describes the full path from the directory root and includes the root element. jens