[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
referencing other dn entries
This is probably another dumb question, but my directory has a class
fspiAssociate that is for employee information. Along with this
information will be the division (geographical) that they work at. Am I
better off creating a directory of the divisions and including a single dn
attribute in the associate's entries?
Example (not sure if my graphics are worth anything:):
+-o=Four Seasons Produce, c=US
+--ou=Division, o=Four Seasons Produce, c=US
+---cn=MADC, ou=Division, o=Four Seasons Produce, c=US
|
+--ou=Associate, o=Four Seasons Produce, c=US
+--+employeeNumber=1234, ou=Associate, o=Four Seasons Produce, c=US
+--division='cn=MADC, ou=Division, o=Four Seasons Produce, c=US'
Thanks in advance,
- Bennett