Changeset 2576 for pykota/trunk/conf

Show
Ignore:
Timestamp:
11/07/05 22:00:53 (18 years ago)
Author:
jerome
Message:

Simplifies LDAP setup.

Location:
pykota/trunk/conf
Files:
2 modified

Legend:

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

    r2476 r2576  
    101101#storageserver: ldap://ldap.example.com:389 
    102102#storagename: dc=example,dc=com 
    103 #storageuser: cn=notadmin,dc=example,dc=com 
    104 #storageuserpw: abc.123 
     103#  
     104# NB : the user and password below are the ones contained in  
     105# the sample LDIF file pykota/initscripts/ldap/pykota-sample.ldif 
     106# Please adapt these lines to your own needs. 
     107#storageuser: cn=pykotauser,dc=example,dc=com 
     108#storageuserpw: ls88DT5j 
    105109# 
    106110# TLS support for LDAP 
  • pykota/trunk/conf/pykotadmin.conf.sample

    r2418 r2576  
    5858[global] 
    5959 
    60 # Quota Storage administrator's name and password 
     60# PostgreSQL's Quota Storage administrator's name and password 
     61# Please comment these lines out and see further below if you use LDAP. 
    6162storageadmin: pykotaadmin 
    6263# storageadminpw: Comment out if unused, or set to Quota Storage admin password 
     64 
    6365 
    6466# storagebackend: ldapstorage 
    6567# storageserver: ldap://ldapmaster.example.com:389 
    6668# storagename: dc=example,dc=com 
     69# 
     70# NB : the user and password below are the ones contained in  
     71# the sample LDIF file pykota/initscripts/ldap/pykota-sample.ldif 
     72# Please adapt these lines to your own needs. 
     73# storageadmin: cn=pykotaadmin,dc=example,dc=com 
     74# storageadminpw: BlfUPg7t 
    6775