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 | # The encrypted password below in clear text is : BlfUPg7t |
---|
13 | dn: cn=pykotaadmin,dc=example,dc=com |
---|
14 | objectClass: simpleSecurityObject |
---|
15 | objectClass: organizationalRole |
---|
16 | cn: pykotaadmin |
---|
17 | description: PyKota Administrator |
---|
18 | userPassword:: e1NNRDV9WkdTNXlobUNaVFdkY0lZWDdrOFUxc1VGOHY0PQ== |
---|
19 | |
---|
20 | # The encrypted password below in clear text is : ls88DT5j |
---|
21 | dn: cn=pykotauser,dc=example,dc=com |
---|
22 | objectClass: simpleSecurityObject |
---|
23 | objectClass: organizationalRole |
---|
24 | cn: pykotauser |
---|
25 | description: PyKota ReadOnly User |
---|
26 | userPassword:: e1NNRDV9ZFZrRjJWOG1QWGo1L3pTQkplSS9TK0hpYURBPQ== |
---|
27 | |
---|
28 | dn: ou=People,dc=example,dc=com |
---|
29 | ou: People |
---|
30 | objectClass: organizationalUnit |
---|
31 | |
---|
32 | dn: ou=Groups,dc=example,dc=com |
---|
33 | ou: Groups |
---|
34 | objectClass: organizationalUnit |
---|
35 | |
---|
36 | dn: ou=PyKota,dc=example,dc=com |
---|
37 | ou: PyKota |
---|
38 | objectClass: organizationalUnit |
---|
39 | |
---|
40 | dn: ou=Printers,ou=PyKota,dc=example,dc=com |
---|
41 | ou: Printers |
---|
42 | objectClass: organizationalUnit |
---|
43 | |
---|
44 | dn: ou=UQuotas,ou=PyKota,dc=example,dc=com |
---|
45 | ou: UQuotas |
---|
46 | objectClass: organizationalUnit |
---|
47 | |
---|
48 | dn: ou=GQuotas,ou=PyKota,dc=example,dc=com |
---|
49 | ou: GQuotas |
---|
50 | objectClass: organizationalUnit |
---|
51 | |
---|
52 | dn: ou=Jobs,ou=PyKota,dc=example,dc=com |
---|
53 | ou: Jobs |
---|
54 | objectClass: organizationalUnit |
---|
55 | |
---|
56 | dn: ou=LastJobs,ou=PyKota,dc=example,dc=com |
---|
57 | ou: LastJobs |
---|
58 | objectClass: organizationalUnit |
---|
59 | |
---|
60 | dn: ou=BillingCodes,ou=PyKota,dc=example,dc=com |
---|
61 | ou: BillingCodes |
---|
62 | objectClass: organizationalUnit |
---|