[Da-tools-commits] ./debian/userdir-ldap r441: Do not allow self to write password and keys - they need to be changed via the mail gateway or the web interface

Peter Palfrader peter at palfrader.org
Sat Sep 13 14:37:13 UTC 2008


------------------------------------------------------------
revno: 441
committer: Peter Palfrader <peter at palfrader.org>
branch nick: userdir-ldap
timestamp: Sat 2008-09-13 16:37:13 +0200
message:
  Do not allow self to write password and keys - they need to be changed via the mail gateway or the web interface
modified:
  userdir-ldap-slapd.conf.in
-------------- next part --------------
=== modified file 'userdir-ldap-slapd.conf.in'
--- a/userdir-ldap-slapd.conf.in	2008-06-23 20:58:12 +0000
+++ b/userdir-ldap-slapd.conf.in	2008-09-13 14:37:13 +0000
@@ -29,7 +29,7 @@
 access to attrs=userPassword,sshrsaauthkey
 	by group="cn=LDAP Administrator,ou=users,@@DN@@" write
 	by dn="uid=sshdist,ou=users,@@DN@@"  write
-	by self write
+	by self read
 	by * compare
 
 # debian readable



More information about the Da-tools-commits mailing list