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

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

Clarifications

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