root / pykota / trunk / initscripts / ldap / pykota-sample.ldif @ 1017

Revision 1017, 2.7 kB (checked in by jalet, 21 years ago)

New LDAP schema.
Small bug fixes.

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