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

Revision 1015, 2.2 kB (checked in by jalet, 21 years ago)

Reorganization of directories

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