Changeset 1510 for pykota/trunk/conf
- Timestamp:
- 05/28/04 22:56:45 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/conf/pykota.conf.sample
r1502 r1510 98 98 # 99 99 # 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])" 101 101 # 102 102 # "below" creates the new accounts/groups as standalone entries 103 103 # below the above defined 'userbase' ou 104 104 # 105 # attach(objectclass name ) tries to find some existing user/group105 # attach(objectclass name [, action]) tries to find some existing user/group 106 106 # using the above defined 'userrdn' or 'grouprdn' and 'userbase' 107 107 # '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) 110 115 #newuser : below 111 116 #newgroup : below