aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-11-04 12:06:15 +0000
committerBuchan Milne <buchan@mageia.org>2010-11-04 12:06:15 +0000
commit91e9f91bb6eb74f5ab2de161cc90985192815d64 (patch)
tree7db3b778a44cac0f226fe6f8f72775051cd9d79f /modules/openldap
parent2362877dd596c5174c0554f701a23acd2ac93b91 (diff)
downloadpuppet-91e9f91bb6eb74f5ab2de161cc90985192815d64.tar
puppet-91e9f91bb6eb74f5ab2de161cc90985192815d64.tar.gz
puppet-91e9f91bb6eb74f5ab2de161cc90985192815d64.tar.bz2
puppet-91e9f91bb6eb74f5ab2de161cc90985192815d64.tar.xz
puppet-91e9f91bb6eb74f5ab2de161cc90985192815d64.zip
ACLs:
Add ACLs required for self-registration application to registrar system group Allow Account admins to unlock accounts (write to pwdAccountLockedTime) Allow users to update their email address and preferredLanguage Schema: Switch to rfc2307bis (replacing nis.schema and autofs.schema) Add LPK
Diffstat (limited to 'modules/openldap')
-rw-r--r--modules/openldap/templates/mandriva-dit-access.conf22
-rw-r--r--modules/openldap/templates/slapd.conf5
2 files changed, 23 insertions, 4 deletions
diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf
index 0cbeb746..95541890 100644
--- a/modules/openldap/templates/mandriva-dit-access.conf
+++ b/modules/openldap/templates/mandriva-dit-access.conf
@@ -19,6 +19,13 @@ access to dn.subtree="dc=mageia,dc=org"
by * break
# userPassword access
+# Allow account registration to write userPassword of unprivileged users accounts
+access to dn.subtree="ou=People,dc=mageia,dc=org"
+ filter="(&(objectclass=inetOrgPerson)(!(objectclass=posixAccount)))"
+ attrs=userPassword,pwdReset
+ by group/groupOfNames/member.exact="cn=registrars,ou=system groups,dc=mageia,dc=org" +a
+ by * +0 break
+
# shadowLastChange is here because it needs to be writable by the user because
# of pam_ldap, which will update this attr whenever the password is changed.
# And this is done with the user's credentials
@@ -68,7 +75,7 @@ access to dn.subtree="dc=mageia,dc=org"
# pwdReset, so the admin can force an user to change a password
access to dn.subtree="dc=mageia,dc=org"
- attrs=pwdReset
+ attrs=pwdReset,pwdAccountLockedTime
by group.exact="cn=Account Admins,ou=System Groups,dc=mageia,dc=org" write
by * read
@@ -80,7 +87,7 @@ access to dn.regex="^cn=[^,]+,ou=(System Groups|Group),dc=mageia,dc=org$"
# let the user change some of his/her attributes
access to dn.subtree="ou=People,dc=mageia,dc=org"
- attrs=carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber
+ attrs=carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage
by self write
by * break
@@ -139,6 +146,17 @@ access to dn.sub="ou=dns,dc=mageia,dc=org"
by group.exact="cn=DNS Readers,ou=System Groups,dc=mageia,dc=org" read
by * none
+# registration - allow registrar group to create basic unprivileged accounts
+access to dn.subtree="ou=People,dc=mageia,dc=org"
+ attrs="objectClass"
+ val="inetOrgperson"
+ by group/groupOfNames/member.exact="cn=registrars,ou=system groups,dc=mageia,dc=org" write by * +0 break
+
+access to dn.subtree="ou=People,dc=mageia,dc=org"
+ attrs="cn,sn,gn,mail,entry,children"
+ by group/groupOfNames/member.exact="cn=registrars,ou=system groups,dc=mageia,dc=org" +a break
+ by * +0 break
+
# MTA
# XXX - what else can we add here? Virtual Domains? With which schema?
access to dn.one="ou=People,dc=mageia,dc=org"
diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf
index 926001e6..62f0b67f 100644
--- a/modules/openldap/templates/slapd.conf
+++ b/modules/openldap/templates/slapd.conf
@@ -7,9 +7,9 @@ include /usr/share/openldap/schema/java.schema
include /usr/share/openldap/schema/krb5-kdc.schema
#include /usr/share/openldap/schema/kerberosobject.schema
include /usr/share/openldap/schema/misc.schema
-include /usr/share/openldap/schema/nis.schema
+include /usr/share/openldap/schema/rfc2307bis.schema
include /usr/share/openldap/schema/openldap.schema
-include /usr/share/openldap/schema/autofs.schema
+#include /usr/share/openldap/schema/autofs.schema
include /usr/share/openldap/schema/samba.schema
include /usr/share/openldap/schema/kolab.schema
include /usr/share/openldap/schema/evolutionperson.schema
@@ -19,6 +19,7 @@ include /usr/share/openldap/schema/dnszone.schema
include /usr/share/openldap/schema/dhcp.schema
include /usr/share/openldap/schema/dyngroup.schema
include /usr/share/openldap/schema/ppolicy.schema
+include /usr/share/openldap/schema/openssh-lpk_openldap.schema
#include /etc/openldap/schema/local.schema