summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypldap/ypldap.h
diff options
context:
space:
mode:
authorjmatthew <jmatthew@openbsd.org>2012-04-30 11:28:25 +0000
committerjmatthew <jmatthew@openbsd.org>2012-04-30 11:28:25 +0000
commitb8ccc478d63801b3142da1d0e8e99f2e2e9e8f5e (patch)
tree5e5b1523d825471df5cc5983cf3700b901fc956a /usr.sbin/ypldap/ypldap.h
parentmake the reading of packing-lists amenable to further annotations, such as (diff)
downloadwireguard-openbsd-b8ccc478d63801b3142da1d0e8e99f2e2e9e8f5e.tar.xz
wireguard-openbsd-b8ccc478d63801b3142da1d0e8e99f2e2e9e8f5e.zip
add 'groupdn' option for specifying a separate base DN for group searches.
from Jim Smith, ok dlg@
Diffstat (limited to 'usr.sbin/ypldap/ypldap.h')
-rw-r--r--usr.sbin/ypldap/ypldap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypldap/ypldap.h b/usr.sbin/ypldap/ypldap.h
index 3818fe93f22..e7933e75cd7 100644
--- a/usr.sbin/ypldap/ypldap.h
+++ b/usr.sbin/ypldap/ypldap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypldap.h,v 1.12 2011/08/28 11:53:16 aschrijver Exp $ */
+/* $OpenBSD: ypldap.h,v 1.13 2012/04/30 11:28:25 jmatthew Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -95,6 +95,7 @@ struct idm {
char idm_binddn[LINE_WIDTH];
char idm_bindcred[LINE_WIDTH];
char idm_basedn[LINE_WIDTH];
+ char idm_groupdn[LINE_WIDTH];
#define FILTER_USER 1
#define FILTER_GROUP 0
char idm_filters[2][FILTER_WIDTH];