summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2006-11-21 20:00:21 +0000
committerrandomdan <randomdan@localhost>2006-11-21 20:00:21 +0000
commitf3c414599a7cf79ff282352b773dc0e6dd482c46 (patch)
tree386fdbc820d0fc33510006cf1f467d73ae7c336b
parentAdd services to ldap configuration (diff)
downloadconfig-f3c414599a7cf79ff282352b773dc0e6dd482c46.tar.bz2
config-f3c414599a7cf79ff282352b773dc0e6dd482c46.tar.xz
config-f3c414599a7cf79ff282352b773dc0e6dd482c46.zip
Use a sensible name getting users from
-rw-r--r--etc/ldap.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ldap.conf b/etc/ldap.conf
index d4c3457..f1bb9eb 100644
--- a/etc/ldap.conf
+++ b/etc/ldap.conf
@@ -8,7 +8,7 @@ pam_filter objectclass=posixAccount
pam_login_attribute uid
pam_member_attribute memberuid
-nss_base_passwd ou=People,dc=random,dc=lan
-nss_base_shadow ou=People,dc=random,dc=lan
-nss_base_group ou=Groups,dc=random,dc=lan
+nss_base_passwd ou=Users,dc=random,dc=lan
+nss_base_shadow ou=Users,dc=random,dc=lan
+nss_base_group ou=Groups,dc=random,dc=lan
nss_base_services ou=Services,dc=random,dc=lan