Show
Ignore:
Timestamp:
11/21/03 15:28:46 (20 years ago)
Author:
jalet
Message:

More complete job history.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/initscripts/ldap/pykota-sample.ldif

    r1098 r1200  
    22# PyKota sample LDAP directory tree 
    33# 
    4 # DON'T USE THIS. THIS IS AN EXAMPLE. 
     4# YOU CAN USE IT TO CREATE AN INITIAL LDAP TREE WITH PYKOTA SUPPORT. 
     5#  
     6# ITS STRUCTURE IS AN EXAMPLE : YOU CAN USE WHATEVER STRUCTURE YOU WANT, 
     7# PROVIDED YOU PUT CORRECT CONFIGURATION PARAMETERS IN /etc/pykota/pykota.conf 
    58#  
    69# $Id$ 
     
    3942objectClass: organizationalUnit 
    4043 
    41 dn: uid=jerome,ou=People,dc=librelogiciel,dc=com 
    42 uid: jerome 
    43 cn:: SmVyb21lIEFsZXQ= 
    44 objectClass: account 
    45 objectClass: posixAccount 
    46 objectClass: top 
    47 objectClass: shadowAccount 
    48 objectClass: pykotaAccount 
    49 objectClass: pykotaAccountBalance 
    50 userPassword: {crypt}PvuIT4Mz8.lCM 
    51 shadowLastChange: 12093 
    52 shadowMax: 99999 
    53 shadowWarning: 7 
    54 loginShell: /bin/bash 
    55 uidNumber: 500 
    56 gidNumber: 500 
    57 homeDirectory: /home/jerome 
    58 gecos: Jerome Alet,,, 
    59 pykotaUserName: jerome 
    60 pykotaLimitBy: quota 
    61 pykotaBalance: 9.25 
    62 pykotaLifeTimePaid: 10 
    63  
    64 dn: cn=devel,ou=Groups,dc=librelogiciel,dc=com 
    65 objectClass: posixGroup 
    66 objectClass: top 
    67 objectClass: pykotaGroup 
    68 cn: devel 
    69 userPassword: {crypt}x 
    70 gidNumber: 500 
    71 memberUid: jerome 
    72 pykotaGroupName: devel 
    73 pykotaLimitBy: quota 
    74  
    75 dn: cn=apple,ou=Printers,ou=PyKota,dc=librelogiciel,dc=com 
    76 objectClass: pykotaObject 
    77 objectClass: pykotaPrinter 
    78 cn: apple 
    79 pykotaPrinterName: apple 
    80 pykotaPricePerPage: 0.1 
    81 pykotaPricePerJob: 0.25 
    82  
    83 dn: cn=uniqueidentifier01,ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com 
    84 objectClass: pykotaObject 
    85 objectClass: pykotaUserPQuota 
    86 cn: uniqueidentifier01 
    87 pykotaUserName: jerome 
    88 pykotaPrinterName: apple 
    89 pykotaPageCounter: 5 
    90 pykotaLifePageCounter: 5 
    91 pykotaSoftLimit: 100 
    92 pykotaHardLimit: 110 
    93 pykotaDateLimit: None 
    94  
    95 dn: cn=uniqueidentifier02,ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com 
    96 objectClass: pykotaObject 
    97 objectClass: pykotaGroupPQuota 
    98 cn: uniqueidentifier02 
    99 pykotaGroupName: devel 
    100 pykotaPrinterName: apple 
    101 pykotaSoftLimit: 400 
    102 pykotaHardLimit: 450 
    103 pykotaDateLimit: None 
    104  
    105 dn: cn=uniqueidentifier03,ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com 
    106 objectClass: pykotaObject 
    107 objectClass: pykotaJob 
    108 cn: uniqueidentifier03 
    109 pykotaUserName: jerome 
    110 pykotaPrinterName: apple 
    111 pykotaJobId: 15 
    112 pykotaPrinterPageCounter: 1533 
    113 pykotaJobSize: 5 
    114 pykotaAction: ALLOW 
    115  
    116 dn: cn=uniqueidentifier04,ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com 
    117 objectClass: pykotaObject 
    118 objectClass: pykotaLastJob 
    119 cn: uniqueidentifier04 
    120 pykotaPrinterName: apple 
    121 pykotaLastJobIdent: uniqueidentifier03