summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-06-10 13:06:57 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-06-13 10:01:12 -0400
commit3963d3fa9e3099bc02d612b5051d8b769d6e3a75 (patch)
tree2012c21630ecf14bc54fe01543d1704f1de02d65 /src/providers/ldap/sdap.h
parent94a104f808e76c19b33a3a63f3b637b1475d8c17 (diff)
downloadsssd-3963d3fa9e3099bc02d612b5051d8b769d6e3a75.tar.gz
sssd-3963d3fa9e3099bc02d612b5051d8b769d6e3a75.tar.xz
sssd-3963d3fa9e3099bc02d612b5051d8b769d6e3a75.zip
LDAP: Add ldap_*_use_matching_rule_in_chain options
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 90558221a..a92305ff2 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -217,6 +217,8 @@ enum sdap_basic_opt {
SDAP_IDMAP_AUTORID_COMPAT,
SDAP_IDMAP_DEFAULT_DOMAIN,
SDAP_IDMAP_DEFAULT_DOMAIN_SID,
+ SDAP_AD_MATCHING_RULE_GROUPS,
+ SDAP_AD_MATCHING_RULE_INITGROUPS,
SDAP_OPTS_BASIC /* opts counter */
};