From 2909164ddc5a6a8741a9a4863e80aa6a376a8e68 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 18 Apr 2013 12:26:30 +0000 Subject: openldap: allow setting drink (favoriteDrink) attribute --- modules/openldap/templates/mandriva-dit-access.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openldap/templates') diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf index 68a2c7f8..b0073420 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -113,7 +113,7 @@ access to dn.subtree="ou=People,<%= dc_suffix %>" # let the user change some of his/her attributes access to dn.subtree="ou=People,<%= dc_suffix %>" - attrs=cn,sn,givenName,carLicense,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage,sshPublicKey + attrs=cn,sn,givenName,carLicense,drink,homePhone,homePostalAddress,mobile,pager,telephoneNumber,mail,preferredLanguage,sshPublicKey by self write by users read -- cgit v1.2.1