From a9219b74c9777cf7289848fac56c05c3313f44e2 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Fri, 2 Mar 2012 07:13:49 +0000 Subject: [PATCH] Don't include ou=People in the basedn. ypldap(8) has had netid support for a while now and groups are usually stored outside of People. ok sthen@ --- src/etc/ypldap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/ypldap.conf b/src/etc/ypldap.conf index a2c8c74d..36f3e97f 100644 --- a/src/etc/ypldap.conf +++ b/src/etc/ypldap.conf @@ -1,4 +1,4 @@ -# $OpenBSD: ypldap.conf,v 1.2 2011/08/28 11:53:16 aschrijver Exp $ +# $OpenBSD: ypldap.conf,v 1.3 2012/03/02 07:13:49 ajacoutot Exp $ domain "example.com" interval 60 @@ -12,7 +12,7 @@ directory "127.0.0.1" { # directory options binddn "cn=admin,dc=example,dc=com" bindcred "secret" - basedn "ou=People,dc=example,dc=com" + basedn "dc=example,dc=com" # passwd maps configuration (RFC 2307 posixAccount object class) passwd filter "(objectClass=posixAccount)"