summaryrefslogtreecommitdiff
path: root/ldap/db/08_base.conf.in
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-09-17 09:14:10 +0200
committerJonas Smedegaard <dr@jones.dk>2008-09-17 09:14:10 +0200
commit31ce6fc73565aa800f9612cb2c4223e71c7094c7 (patch)
tree6ab5e80683fea89d85e8ecf4abc2bd5a659c1b60 /ldap/db/08_base.conf.in
parentd65f58d1597e67b199ee3419cf017491f0a309ec (diff)
Move password access to 08 (from 20).
Diffstat (limited to 'ldap/db/08_base.conf.in')
-rw-r--r--ldap/db/08_base.conf.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ldap/db/08_base.conf.in b/ldap/db/08_base.conf.in
new file mode 100644
index 0000000..1d78c6a
--- /dev/null
+++ b/ldap/db/08_base.conf.in
@@ -0,0 +1,10 @@
+# The userPassword by default can be changed
+# by the entry owning it if they are authenticated.
+# Others should not be able to see it, except the
+# admin entry below
+access to dn.subtree="ou=SAM,@SUFFIX@" attrs=userpassword,shadowLastChange
+ by dn.exact="@ADMIN@" write
+ by group="cn=SAM,ou=Administrators,ou=Access Control,@SUFFIX@" write
+ by anonymous auth
+ by self write
+ by * none