Changeset 2355

Show
Ignore:
Timestamp:
07/11/05 22:56:31 (19 years ago)
Author:
jerome
Message:

Replaced references to librelogiciel.com with references to example.com
in the LDAP-related directives.
Introduced the new billingcodebase directive.
Severity: minor (for now)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r2345 r2355  
    9999# LDAP example, uncomment and adapt it to your own configuration : 
    100100#storagebackend: ldapstorage 
    101 #storageserver: ldap://ldap.librelogiciel.com:389 
    102 #storagename: dc=librelogiciel,dc=com 
    103 #storageuser: cn=notadmin,dc=librelogiciel,dc=com 
     101#storageserver: ldap://ldap.example.com:389 
     102#storagename: dc=example,dc=com 
     103#storageuser: cn=notadmin,dc=example,dc=com 
    104104#storageuserpw: abc.123 
    105105# 
     
    118118# Here we define some helpers to know where  
    119119# to plug into an existing LDAP directory 
    120 #userbase: ou=People,dc=librelogiciel,dc=com 
     120#userbase: ou=People,dc=example,dc=com 
    121121#userrdn: uid 
    122 #balancebase: ou=People,dc=librelogiciel,dc=com 
     122#balancebase: ou=People,dc=example,dc=com 
    123123#balancerdn: uid 
    124 #groupbase: ou=Groups,dc=librelogiciel,dc=com 
     124#groupbase: ou=Groups,dc=example,dc=com 
    125125#grouprdn: cn 
    126 #printerbase: ou=Printers,ou=PyKota,dc=librelogiciel,dc=com 
     126#printerbase: ou=Printers,ou=PyKota,dc=example,dc=com 
    127127#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 
    130131 
    131132# These two fields are special, they either accept a branch 
     
    136137# different values depending on what you want to do). 
    137138#userquotabase: user 
    138 #userquotabase: ou=UQuotas,ou=PyKota,dc=librelogiciel,dc=com 
     139#userquotabase: ou=UQuotas,ou=PyKota,dc=example,dc=com 
    139140#groupquotabase: group 
    140 #groupquotabase: ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com 
     141#groupquotabase: ou=GQuotas,ou=PyKota,dc=example,dc=com 
    141142 
    142143#