diff options
author | 2012-04-30 12:16:43 +0000 | |
---|---|---|
committer | 2012-04-30 12:16:43 +0000 | |
commit | 17be979e7a8c93254e2e261e4966161401964218 (patch) | |
tree | b22affd932a390ef20d2a292b0f6f15d5610e373 | |
parent | add 'groupdn' option for specifying a separate base DN for group searches. (diff) | |
download | wireguard-openbsd-17be979e7a8c93254e2e261e4966161401964218.tar.xz wireguard-openbsd-17be979e7a8c93254e2e261e4966161401964218.zip |
Add a sample line for groupdn (commented by default).
ok jmatthew@
-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)" |