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