aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-11-22 13:20:26 +0000
committerBuchan Milne <buchan@mageia.org>2010-11-22 13:20:26 +0000
commit0e39ff33efee2446ffab92ba8064ec632c8cd4d0 (patch)
tree7b2f45060dd9061a4bb06dcad2cbf4eaa943d482 /modules/openldap
parentb0f50a11a982cf1d2288b8252a7c8cb53e4f0782 (diff)
downloadpuppet-0e39ff33efee2446ffab92ba8064ec632c8cd4d0.tar
puppet-0e39ff33efee2446ffab92ba8064ec632c8cd4d0.tar.gz
puppet-0e39ff33efee2446ffab92ba8064ec632c8cd4d0.tar.bz2
puppet-0e39ff33efee2446ffab92ba8064ec632c8cd4d0.tar.xz
puppet-0e39ff33efee2446ffab92ba8064ec632c8cd4d0.zip
Fix host access to posixAccount attrs
Diffstat (limited to 'modules/openldap')
-rw-r--r--modules/openldap/templates/mandriva-dit-access.conf2
1 files changed, 1 insertions, 1 deletions
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