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

Revision 1012, 1.1 kB (checked in by jalet, 21 years ago)

Sample ldif file added, to test the LDAP schema

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#dn: ou=People,dc=librelogiciel,dc=com
2#ou: People
3#objectClass: organizationalUnit
4
5#dn: ou=Groups,dc=librelogiciel,dc=com
6#ou: Groups
7#objectClass: organizationalUnit
8
9#dn: ou=Printers,dc=librelogiciel,dc=com
10#ou: Printers
11#objectClass: organizationalUnit
12
13#dn: uid=jerome,ou=People,dc=librelogiciel,dc=com
14#uid: jerome
15#cn:: SmVyb21lIEFsZXQ=
16#objectClass: account
17#objectClass: posixAccount
18#objectClass: top
19#objectClass: shadowAccount
20#objectClass: pykotaUser
21#userPassword: {crypt}PvuIT4Mz8.lCM
22#shadowLastChange: 12093
23#shadowMax: 99999
24#shadowWarning: 7
25#loginShell: /bin/bash
26#uidNumber: 500
27#gidNumber: 500
28#homeDirectory: /home/jerome
29#gecos: Jerome Alet,,,
30#pykotaLimitBy: quota
31#pykotaBalance: 0
32#pykotaLifeTimePaid: 0
33
34#dn: cn=jerome,ou=Groups,dc=librelogiciel,dc=com
35#objectClass: posixGroup
36#objectClass: top
37#objectClass: pykotaGroup
38#cn: jerome
39#userPassword: {crypt}x
40#gidNumber: 500
41#pykotaLimitBy: quota
42
43#dn: pykotaPrinterName=apple,ou=Printers,dc=librelogiciel,dc=com
44#objectClass: pykotaPrinter
45#pykotaPrinterName: apple
46#pykotaPricePerPage: 0.1
47#pykotaPricePerJob: 0.25
Note: See TracBrowser for help on using the browser.