From 0e39ff33efee2446ffab92ba8064ec632c8cd4d0 Mon Sep 17 00:00:00 2001 From: Buchan Milne Date: Mon, 22 Nov 2010 13:20:26 +0000 Subject: Fix host access to posixAccount attrs --- modules/openldap/templates/mandriva-dit-access.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openldap/templates/mandriva-dit-access.conf') diff --git a/modules/openldap/templates/mandriva-dit-access.conf b/modules/openldap/templates/mandriva-dit-access.conf index 7f453d40..a077226c 100644 --- a/modules/openldap/templates/mandriva-dit-access.conf +++ b/modules/openldap/templates/mandriva-dit-access.conf @@ -108,7 +108,7 @@ access to dn.subtree="ou=People,<%= dc_suffix %>" access to dn.subtree="ou=People,<%= dc_suffix %>" filter="(objectclass=posixAccount)" attrs=homeDirectory,cn,uid,loginShell,gidNumber,uidNumber - by dn.exact="uid=nssldap,ou=System Accounts,<%= dc_suffix %>" read + by dn.one="ou=Hosts,<%= dc_suffix %>" read by * +0 break # let the user change some of his/her attributes -- cgit v1.2.1