Show
Ignore:
Timestamp:
05/28/04 22:56:45 (20 years ago)
Author:
jalet
Message:

Extended syntax for LDAP specific newuser and newgroup directives. Untested.

Files:
1 modified

Legend:

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

    r1502 r1510  
    9898# 
    9999# How to create new accounts and groups 
    100 # authorized values are "below" and "attach(objectclass name)" 
     100# authorized values are "below" and "attach(objectclass name [, fail|warn])" 
    101101# 
    102102# "below" creates the new accounts/groups as standalone entries 
    103103# below the above defined 'userbase' ou 
    104104#  
    105 # attach(objectclass name) tries to find some existing user/group 
     105# attach(objectclass name [, action]) tries to find some existing user/group 
    106106# using the above defined 'userrdn' or 'grouprdn' and 'userbase' 
    107107# 'groupbase', and attach the PyKota specific entries to it. 
    108 # 
    109 # a possible value:  newuser: attach(posixAccount) 
     108# if action is "warn" and no entry exists to attach to, a new 
     109# entry is created, and a message is logged.  
     110# if action is "fail" and no entry exists to attach to, program 
     111# logs an error message and aborts. 
     112# if action is not set, the default value is "fail". 
     113# 
     114# a possible value:  newuser: attach(posixAccount, warn) 
    110115#newuser : below 
    111116#newgroup : below