1 | # |
---|
2 | # PyKota sample LDAP directory tree |
---|
3 | # |
---|
4 | # DON'T USE THIS. THIS IS AN EXAMPLE. |
---|
5 | # |
---|
6 | # $Id$ |
---|
7 | # |
---|
8 | |
---|
9 | dn: ou=People,dc=librelogiciel,dc=com |
---|
10 | ou: People |
---|
11 | objectClass: organizationalUnit |
---|
12 | |
---|
13 | dn: ou=Groups,dc=librelogiciel,dc=com |
---|
14 | ou: Groups |
---|
15 | objectClass: organizationalUnit |
---|
16 | |
---|
17 | dn: ou=PyKota,dc=librelogiciel,dc=com |
---|
18 | ou: PyKota |
---|
19 | objectClass: organizationalUnit |
---|
20 | |
---|
21 | dn: ou=Printers,ou=PyKota,dc=librelogiciel,dc=com |
---|
22 | ou: Printers |
---|
23 | objectClass: organizationalUnit |
---|
24 | |
---|
25 | dn: ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com |
---|
26 | ou: UQuotas |
---|
27 | objectClass: organizationalUnit |
---|
28 | |
---|
29 | dn: ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com |
---|
30 | ou: GQuotas |
---|
31 | objectClass: organizationalUnit |
---|
32 | |
---|
33 | dn: ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com |
---|
34 | ou: Jobs |
---|
35 | objectClass: organizationalUnit |
---|
36 | |
---|
37 | dn: ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com |
---|
38 | ou: LastJobs |
---|
39 | objectClass: organizationalUnit |
---|
40 | |
---|
41 | dn: uid=jerome,ou=People,dc=librelogiciel,dc=com |
---|
42 | uid: jerome |
---|
43 | cn:: SmVyb21lIEFsZXQ= |
---|
44 | objectClass: account |
---|
45 | objectClass: posixAccount |
---|
46 | objectClass: top |
---|
47 | objectClass: shadowAccount |
---|
48 | objectClass: pykotaAccount |
---|
49 | objectClass: pykotaAccountBalance |
---|
50 | userPassword: {crypt}PvuIT4Mz8.lCM |
---|
51 | shadowLastChange: 12093 |
---|
52 | shadowMax: 99999 |
---|
53 | shadowWarning: 7 |
---|
54 | loginShell: /bin/bash |
---|
55 | uidNumber: 500 |
---|
56 | gidNumber: 500 |
---|
57 | homeDirectory: /home/jerome |
---|
58 | gecos: Jerome Alet,,, |
---|
59 | pykotaUserName: jerome |
---|
60 | pykotaLimitBy: quota |
---|
61 | pykotaBalance: 9.25 |
---|
62 | pykotaLifeTimePaid: 10 |
---|
63 | |
---|
64 | dn: cn=devel,ou=Groups,dc=librelogiciel,dc=com |
---|
65 | objectClass: posixGroup |
---|
66 | objectClass: top |
---|
67 | objectClass: pykotaGroup |
---|
68 | cn: devel |
---|
69 | userPassword: {crypt}x |
---|
70 | gidNumber: 500 |
---|
71 | memberUid: jerome |
---|
72 | pykotaGroupName: devel |
---|
73 | pykotaLimitBy: quota |
---|
74 | |
---|
75 | dn: cn=apple,ou=Printers,ou=PyKota,dc=librelogiciel,dc=com |
---|
76 | objectClass: pykotaObject |
---|
77 | objectClass: pykotaPrinter |
---|
78 | cn: apple |
---|
79 | pykotaPrinterName: apple |
---|
80 | pykotaPricePerPage: 0.1 |
---|
81 | pykotaPricePerJob: 0.25 |
---|
82 | |
---|
83 | dn: cn=uniqueidentifier01,ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com |
---|
84 | objectClass: pykotaObject |
---|
85 | objectClass: pykotaUserPQuota |
---|
86 | cn: uniqueidentifier01 |
---|
87 | pykotaUserName: jerome |
---|
88 | pykotaPrinterName: apple |
---|
89 | pykotaPageCounter: 5 |
---|
90 | pykotaLifePageCounter: 5 |
---|
91 | pykotaSoftLimit: 100 |
---|
92 | pykotaHardLimit: 110 |
---|
93 | pykotaDateLimit: None |
---|
94 | |
---|
95 | dn: cn=uniqueidentifier02,ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com |
---|
96 | objectClass: pykotaObject |
---|
97 | objectClass: pykotaGroupPQuota |
---|
98 | cn: uniqueidentifier02 |
---|
99 | pykotaGroupName: devel |
---|
100 | pykotaPrinterName: apple |
---|
101 | pykotaSoftLimit: 400 |
---|
102 | pykotaHardLimit: 450 |
---|
103 | pykotaDateLimit: None |
---|
104 | |
---|
105 | dn: cn=uniqueidentifier03,ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com |
---|
106 | objectClass: pykotaObject |
---|
107 | objectClass: pykotaJob |
---|
108 | cn: uniqueidentifier03 |
---|
109 | pykotaUserName: jerome |
---|
110 | pykotaPrinterName: apple |
---|
111 | pykotaJobId: 15 |
---|
112 | pykotaPrinterPageCounter: 1533 |
---|
113 | pykotaJobSize: 5 |
---|
114 | pykotaAction: ALLOW |
---|
115 | |
---|
116 | dn: cn=uniqueidentifier04,ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com |
---|
117 | objectClass: pykotaObject |
---|
118 | objectClass: pykotaLastJob |
---|
119 | cn: uniqueidentifier04 |
---|
120 | pykotaPrinterName: apple |
---|
121 | pykotaLastJobIdent: uniqueidentifier03 |
---|