[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Deep Ldap tree doubt
> School
> Students
> High-School
> First Class------------------------Second Class-----------------Third
> Class ....
> stundet1----student2 ......
You could do it so you have multiple Organizational units.
There is no reason that you only have to have one.
Example DN of a student:
uid=student, ou=class, ou=first class, ou=highschool,
ou=students, dc=school, dc=com
You will want to make sure the uids are unique.
Probably some SS# permutation.
Mike