diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-04-30 12:16:44 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-04-30 12:16:44 +0000 |
commit | 3226ff7a498795efde6d345c1f2258db3e98c1fe (patch) | |
tree | 8c1a743e6678770e9206ba0ffb6bb2aff1d5a02f /etc | |
parent | 0941408420bc522f027416ef3b5c9120a442d8e0 (diff) |
Add a sample line for groupdn (commented by default).
ok jmatthew@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ypldap.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/ypldap.conf b/etc/ypldap.conf index 36f3e97f226..231cbc3f098 100644 --- a/etc/ypldap.conf +++ b/etc/ypldap.conf @@ -1,4 +1,4 @@ -# $OpenBSD: ypldap.conf,v 1.3 2012/03/02 07:13:49 ajacoutot Exp $ +# $OpenBSD: ypldap.conf,v 1.4 2012/04/30 12:16:43 ajacoutot Exp $ domain "example.com" interval 60 @@ -13,6 +13,8 @@ directory "127.0.0.1" { binddn "cn=admin,dc=example,dc=com" bindcred "secret" basedn "dc=example,dc=com" + # starting point for groups directory search, default to basedn + #groupdn "ou=Groups,dc=example,dc=com" # passwd maps configuration (RFC 2307 posixAccount object class) passwd filter "(objectClass=posixAccount)" |