summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-09-16 14:04:14 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-10-18 13:12:04 -0400
commit9932622f615a783f276a83389a37e65ffcdfc5da (patch)
tree27ae5b967105d27f40948987ab4430221e3e48f4 /src/providers/ldap/sdap.h
parent87b8fb42e8cf76883645782273271a85dc2220aa (diff)
downloadsssd-9932622f615a783f276a83389a37e65ffcdfc5da.tar.gz
sssd-9932622f615a783f276a83389a37e65ffcdfc5da.tar.xz
sssd-9932622f615a783f276a83389a37e65ffcdfc5da.zip
Add option to limit nested groups
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index bb50db8e5..4506085f1 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -177,6 +177,7 @@ enum sdap_basic_opt {
SDAP_KRB5_TICKET_LIFETIME,
SDAP_ACCESS_FILTER,
SDAP_NETGROUP_SEARCH_BASE,
+ SDAP_NESTING_LEVEL,
SDAP_OPTS_BASIC /* opts counter */
};