diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-21 09:09:43 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-03 14:09:14 -0400 |
commit | 2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb (patch) | |
tree | 52617e91f66878f085b4bc09ec0f681d65a8d129 /src/providers/ldap/sdap.h | |
parent | 8538f3d5109c548049c344fa042684d9d40f04d6 (diff) | |
download | sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.tar.gz sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.tar.bz2 sssd-2fd5864ac8eb2c4cfa0fafe7c0431a74f2ebe1fb.zip |
LDAP: Add autorid compatibility mode
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index d72a0edd..7c55ad5a 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 */ }; |