82 | | this is up to you to decide. That's why we don't suggest any |
83 | | ACL there, at least for now. |
| 82 | this is up to you to decide. An example giving full write access |
| 83 | to the pykotaadmin user is : |
| 84 | |
| 85 | access to dn.subtree="ou=PyKota,dc=example,dc=com" |
| 86 | by dn="cn=pykotaadmin,dc=example,dc=com" write |
| 87 | |
| 88 | access to dn.subtree="ou=People,dc=example,dc=com" |
| 89 | by dn="cn=pykotaadmin,dc=example,dc=com" write |
| 90 | |
| 91 | access to dn.subtree="ou=Groups,dc=example,dc=com" |
| 92 | by dn="cn=pykotaadmin,dc=example,dc=com" write |
| 93 | |
| 94 | Please adapt this to your own needs and configuration. |