root / pykota / trunk / initscripts / pykota-sample.ldif @ 1013

Revision 1013, 2.1 kB (checked in by jalet, 21 years ago)

LDAP schema seems good.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1dn: ou=People,dc=librelogiciel,dc=com
2ou: People
3objectClass: organizationalUnit
4
5dn: ou=Groups,dc=librelogiciel,dc=com
6ou: Groups
7objectClass: organizationalUnit
8
9dn: ou=Printers,dc=librelogiciel,dc=com
10ou: Printers
11objectClass: organizationalUnit
12
13dn: uid=jerome,ou=People,dc=librelogiciel,dc=com
14uid: jerome
15cn:: SmVyb21lIEFsZXQ=
16objectClass: account
17objectClass: posixAccount
18objectClass: top
19objectClass: shadowAccount
20objectClass: pykotaUser
21userPassword: {crypt}PvuIT4Mz8.lCM
22shadowLastChange: 12093
23shadowMax: 99999
24shadowWarning: 7
25loginShell: /bin/bash
26uidNumber: 500
27gidNumber: 500
28homeDirectory: /home/jerome
29gecos: Jerome Alet,,,
30pykotaLimitBy: quota
31pykotaBalance: 0
32pykotaLifeTimePaid: 0
33
34dn: cn=devel,ou=Groups,dc=librelogiciel,dc=com
35objectClass: posixGroup
36objectClass: top
37objectClass: pykotaGroup
38cn: devel
39userPassword: {crypt}x
40gidNumber: 500
41memberUid: jerome
42pykotaLimitBy: quota
43
44dn: pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
45objectClass: pykotaPrinter
46pykotaPrinterName: apple
47pykotaPricePerPage: 0.1
48pykotaPricePerJob: 0.25
49
50dn: ou=userPQuotas,pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
51ou: userPQuotas
52objectClass: organizationalUnit
53
54dn: ou=groupPQuotas,pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
55ou: groupPQuotas
56objectClass: organizationalUnit
57
58dn: ou=Jobs,pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
59ou: Jobs
60objectClass: organizationalUnit
61
62dn: uid=jerome,ou=userPQuotas,pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
63objectClass: pykotaUserPQuota
64uid: jerome
65pykotaPageCounter: 0
66pykotaLifePageCounter: 0
67pykotaSoftLimit: 100
68pykotaHardLimit: 110
69pykotaDateLimit: None
70
71dn: cn=devel,ou=groupPQuotas,pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
72objectClass: pykotaGroupPQuota
73cn: devel
74pykotaSoftLimit: 400
75pykotaHardLimit: 450
76pykotaDateLimit: None
77
78dn: pykotaJobHistoryId=1,ou=Jobs,pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
79objectClass: pykotaPrinterJob
80pykotaJobHistoryId: 1
81pykotaJobId: 15
82uid: jerome
83pykotaPrinterPageCounter: 1533
84pykotaJobSize: 5
85pykotaAction: ALLOW
86pykotaJobDate: 2003-06-04 16:12
Note: See TracBrowser for help on using the browser.