| 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) |
| 87 | newuser : below |
| 88 | newgroup : below |
| 89 | |