1 | # |
---|
2 | # PyKota sample LDAP directory tree |
---|
3 | # |
---|
4 | # YOU CAN USE IT TO CREATE AN INITIAL LDAP TREE WITH PYKOTA SUPPORT. |
---|
5 | # |
---|
6 | # ITS STRUCTURE IS AN EXAMPLE : YOU CAN USE WHATEVER STRUCTURE YOU WANT, |
---|
7 | # PROVIDED YOU PUT CORRECT CONFIGURATION PARAMETERS IN /etc/pykota/pykota.conf |
---|
8 | # |
---|
9 | # $Id$ |
---|
10 | # |
---|
11 | |
---|
12 | dn: ou=People,dc=librelogiciel,dc=com |
---|
13 | ou: People |
---|
14 | objectClass: organizationalUnit |
---|
15 | |
---|
16 | dn: ou=Groups,dc=librelogiciel,dc=com |
---|
17 | ou: Groups |
---|
18 | objectClass: organizationalUnit |
---|
19 | |
---|
20 | dn: ou=PyKota,dc=librelogiciel,dc=com |
---|
21 | ou: PyKota |
---|
22 | objectClass: organizationalUnit |
---|
23 | |
---|
24 | dn: ou=Printers,ou=PyKota,dc=librelogiciel,dc=com |
---|
25 | ou: Printers |
---|
26 | objectClass: organizationalUnit |
---|
27 | |
---|
28 | dn: ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com |
---|
29 | ou: UQuotas |
---|
30 | objectClass: organizationalUnit |
---|
31 | |
---|
32 | dn: ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com |
---|
33 | ou: GQuotas |
---|
34 | objectClass: organizationalUnit |
---|
35 | |
---|
36 | dn: ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com |
---|
37 | ou: Jobs |
---|
38 | objectClass: organizationalUnit |
---|
39 | |
---|
40 | dn: ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com |
---|
41 | ou: LastJobs |
---|
42 | objectClass: organizationalUnit |
---|