summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-04-21 09:09:43 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-05-03 14:09:14 -0400
commit2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb (patch)
tree52617e91f66878f085b4bc09ec0f681d65a8d129 /src/providers/ldap/sdap.h
parent8538f3d5109c548049c344fa042684d9d40f04d6 (diff)
downloadsssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.tar.gz
sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.tar.xz
sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.zip
LDAP: Add autorid compatibility mode
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 d72a0edd9..7c55ad5a0 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -214,6 +214,7 @@ enum sdap_basic_opt {
SDAP_IDMAP_LOWER,
SDAP_IDMAP_UPPER,
SDAP_IDMAP_RANGESIZE,
+ SDAP_IDMAP_AUTORID_COMPAT,
SDAP_OPTS_BASIC /* opts counter */
};