Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung | |||
|
fortgeschrittene:ldap-config [2018/02/27 14:17] ingo_wichmann [root Zugriff auf slapd-Konfiguration geben] |
fortgeschrittene:ldap-config [2018/02/27 14:45] (aktuell) ingo_wichmann [bearbeiten] |
||
|---|---|---|---|
| Zeile 30: | Zeile 30: | ||
| changetype: modify | changetype: modify | ||
| replace: olcAccess | replace: olcAccess | ||
| - | olcAccess: {0}to attrs=userPassword by self write by anonymous auth by * none | + | olcAccess: {0}to attrs=userPassword |
| - | olcAccess: {1}to attrs=shadowLastChange by self write by * read | + | by self write |
| - | olcAccess: {2}to * by * read | + | by dn="cn=admin,dc=example,dc=org" write |
| + | by anonymous auth | ||
| + | by * none | ||
| + | olcAccess: {1}to attrs=shadowLastChange | ||
| + | by self write | ||
| + | by dn="cn=admin,dc=example,dc=org" write | ||
| + | by * read | ||
| + | olcAccess: {2}to * | ||
| + | by dn="cn=admin,dc=example,dc=org" write | ||
| + | by * read | ||
| </file> | </file> | ||