Changeset 2355
- Timestamp:
- 07/11/05 22:56:31 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r2345 r2355 99 99 # LDAP example, uncomment and adapt it to your own configuration : 100 100 #storagebackend: ldapstorage 101 #storageserver: ldap://ldap. librelogiciel.com:389102 #storagename: dc= librelogiciel,dc=com103 #storageuser: cn=notadmin,dc= librelogiciel,dc=com101 #storageserver: ldap://ldap.example.com:389 102 #storagename: dc=example,dc=com 103 #storageuser: cn=notadmin,dc=example,dc=com 104 104 #storageuserpw: abc.123 105 105 # … … 118 118 # Here we define some helpers to know where 119 119 # to plug into an existing LDAP directory 120 #userbase: ou=People,dc= librelogiciel,dc=com120 #userbase: ou=People,dc=example,dc=com 121 121 #userrdn: uid 122 #balancebase: ou=People,dc= librelogiciel,dc=com122 #balancebase: ou=People,dc=example,dc=com 123 123 #balancerdn: uid 124 #groupbase: ou=Groups,dc= librelogiciel,dc=com124 #groupbase: ou=Groups,dc=example,dc=com 125 125 #grouprdn: cn 126 #printerbase: ou=Printers,ou=PyKota,dc= librelogiciel,dc=com126 #printerbase: ou=Printers,ou=PyKota,dc=example,dc=com 127 127 #printerrdn: cn 128 #jobbase: ou=Jobs,ou=PyKota,dc=librelogiciel,dc=com 129 #lastjobbase: ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com 128 #jobbase: ou=Jobs,ou=PyKota,dc=example,dc=com 129 #lastjobbase: ou=LastJobs,ou=PyKota,dc=example,dc=com 130 #billingcodebase: ou=BillingCodes,ou=PyKota,dc=example,dc=com 130 131 131 132 # These two fields are special, they either accept a branch … … 136 137 # different values depending on what you want to do). 137 138 #userquotabase: user 138 #userquotabase: ou=UQuotas,ou=PyKota,dc= librelogiciel,dc=com139 #userquotabase: ou=UQuotas,ou=PyKota,dc=example,dc=com 139 140 #groupquotabase: group 140 #groupquotabase: ou=GQuotas,ou=PyKota,dc= librelogiciel,dc=com141 #groupquotabase: ou=GQuotas,ou=PyKota,dc=example,dc=com 141 142 142 143 #