*password needs to be writeable by self, because the web interface uses the user...
authorPeter Palfrader <peter@palfrader.org>
Sat, 13 Sep 2008 22:37:36 +0000 (00:37 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 13 Sep 2008 22:37:36 +0000 (00:37 +0200)
userdir-ldap-slapd.conf.in

index cf4ecfd..554541d 100644 (file)
@@ -26,7 +26,13 @@ sizelimit 10000
 lastmod on
 
 # owner writeable
-access to attrs=userPassword,sudoPassword,sshrsaauthkey
+access to attrs=userPassword,sudoPassword
+       by group="cn=LDAP Administrator,ou=users,@@DN@@" write
+       by dn="uid=sshdist,ou=users,@@DN@@"  write
+       by self write
+       by * compare
+
+access to attrs=sshrsaauthkey
        by group="cn=LDAP Administrator,ou=users,@@DN@@" write
        by dn="uid=sshdist,ou=users,@@DN@@"  write
        by self read