diff options
author | Sumit Bose <sbose@redhat.com> | 2013-06-12 12:17:08 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-28 20:20:59 +0200 |
commit | eceefd520802efe356d413a13247c5f68d8e27c8 (patch) | |
tree | 14f520294b333301469dec188fe047a19e047608 /src/providers/ldap/sdap.h | |
parent | d064fef06dcbcb5f6c1be03e286b1a3433d6dfd7 (diff) | |
download | sssd-eceefd520802efe356d413a13247c5f68d8e27c8.tar.gz sssd-eceefd520802efe356d413a13247c5f68d8e27c8.tar.bz2 sssd-eceefd520802efe356d413a13247c5f68d8e27c8.zip |
Add now options ldap_min_id and ldap_max_id
Currently the range for Posix IDs stored in an LDAP server is unbound.
This might lead to conflicts in a setup with AD and trusts when the
configured domain uses IDs from LDAP. With the two noe options this
conflict can be avoided.
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 6f10efa4..9fbe04b6 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -219,6 +219,8 @@ enum sdap_basic_opt { SDAP_AD_MATCHING_RULE_INITGROUPS, SDAP_RFC2307_FALLBACK_TO_LOCAL_USERS, SDAP_DISABLE_RANGE_RETRIEVAL, + SDAP_MIN_ID, + SDAP_MAX_ID, SDAP_OPTS_BASIC /* opts counter */ }; |