Show
Ignore:
Timestamp:
07/28/03 11:11:12 (21 years ago)
Author:
jalet
Message:

PyKota now tries to add its attributes intelligently in existing LDAP
directories.

Files:
1 modified

Legend:

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

    r1095 r1105  
    7373#groupquotabase: ou=GQuotas,ou=PyKota,dc=librelogiciel,dc=com 
    7474#lastjobbase: ou=LastJobs,ou=PyKota,dc=librelogiciel,dc=com 
     75# 
     76# How to create new accounts and groups 
     77# authorized values are "below" and "attach(objectclass name)" 
     78# 
     79# "below" creates the new accounts/groups as standalone entries 
     80# below the above defined 'userbase' ou 
     81#  
     82# attach(objectclass name) tries to find some existing user/group 
     83# using the above defined 'userrdn' or 'grouprdn' and 'userbase' 
     84# 'groupbase', and attach the PyKota specific entries to it. 
     85# 
     86# a possible value:  newuser: attach(posixAccount) 
     87newuser : below 
     88newgroup : below 
     89 
    7590#  
    7691# Choose what attribute contains the list of group members