24 lines
425 B
Plaintext
24 lines
425 B
Plaintext
# the root and top branches of our DIT
|
|
dn: dc=example,dc=fr
|
|
objectClass: top
|
|
objectClass: domain
|
|
dc: example
|
|
description: This is
|
|
the root of our DIT
|
|
|
|
dn: ou=Hosts,dc=example,dc=fr
|
|
ou: Hosts
|
|
objectClass: top
|
|
objectClass: organizationalUnit
|
|
|
|
dn: ou=Users,dc=example,dc=fr
|
|
ou: Users
|
|
objectClass: top
|
|
objectClass: organizationalUnit
|
|
|
|
dn: ou=Groups,dc=example,dc=fr
|
|
ou: Groups
|
|
objectClass: top
|
|
objectClass: organizationalUnit
|
|
|