diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000189.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000189.html | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000189.html b/zarb-ml/mageia-sysadm/2010-November/000189.html new file mode 100644 index 000000000..bb575bf40 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000189.html @@ -0,0 +1,157 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [82] ACLs: + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B82%5D%20ACLs%3A&In-Reply-To=%3C20101104120616.57DDF2B235%40krampouezh.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000187.html"> + <LINK REL="Next" HREF="000191.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [82] ACLs:</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B82%5D%20ACLs%3A&In-Reply-To=%3C20101104120616.57DDF2B235%40krampouezh.mageia.org%3E" + TITLE="[Mageia-sysadm] [82] ACLs:">root at mageia.org + </A><BR> + <I>Thu Nov 4 13:06:16 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000187.html">[Mageia-sysadm] [81] - install apache on alamut and krampoueh +</A></li> + <LI>Next message: <A HREF="000191.html">[Mageia-sysadm] [83] - module to manage subversion snapshot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#189">[ date ]</a> + <a href="thread.html#189">[ thread ]</a> + <a href="subject.html#189">[ subject ]</a> + <a href="author.html#189">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 82 +Author: buchan +Date: 2010-11-04 13:06:15 +0100 (Thu, 04 Nov 2010) +Log Message: +----------- +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 + +Modified Paths: +-------------- + puppet/modules/openldap/templates/mandriva-dit-access.conf + puppet/modules/openldap/templates/slapd.conf + +Modified: puppet/modules/openldap/templates/mandriva-dit-access.conf +=================================================================== +--- puppet/modules/openldap/templates/mandriva-dit-access.conf 2010-11-04 01:19:58 UTC (rev 81) ++++ puppet/modules/openldap/templates/mandriva-dit-access.conf 2010-11-04 12:06:15 UTC (rev 82) +@@ -19,6 +19,13 @@ + 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 @@ + + # 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 @@ + + # 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 @@ + 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" + +Modified: puppet/modules/openldap/templates/slapd.conf +=================================================================== +--- puppet/modules/openldap/templates/slapd.conf 2010-11-04 01:19:58 UTC (rev 81) ++++ puppet/modules/openldap/templates/slapd.conf 2010-11-04 12:06:15 UTC (rev 82) +@@ -7,9 +7,9 @@ + 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/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 + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101104/5c4bc26c/attachment.html> +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000187.html">[Mageia-sysadm] [81] - install apache on alamut and krampoueh +</A></li> + <LI>Next message: <A HREF="000191.html">[Mageia-sysadm] [83] - module to manage subversion snapshot +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#189">[ date ]</a> + <a href="thread.html#189">[ thread ]</a> + <a href="subject.html#189">[ subject ]</a> + <a href="author.html#189">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |