summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_range.h
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-05-14 18:00:10 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-23 11:45:38 +0200
commit6263578b03a52b3ec3a2e33e097554241780fc20 (patch)
tree44144d1017026806d48354780e5ef71ebfc6b04e /src/providers/ldap/sdap_range.h
parentb0ab39364df453d4ec65d7d6e05a6530895ce3a6 (diff)
downloadsssd-6263578b03a52b3ec3a2e33e097554241780fc20.tar.gz
sssd-6263578b03a52b3ec3a2e33e097554241780fc20.tar.xz
sssd-6263578b03a52b3ec3a2e33e097554241780fc20.zip
Adding option to disable retrieving large AD groups.
This commit adds new option ldap_disable_range_retrieval with default value FALSE. If this option is enabled, large groups(>1500) will not be retrieved and behaviour will be similar like was before commit ae8d047122c "LDAP: Handle very large Active Directory groups" https://fedorahosted.org/sssd/ticket/1823
Diffstat (limited to 'src/providers/ldap/sdap_range.h')
-rw-r--r--src/providers/ldap/sdap_range.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_range.h b/src/providers/ldap/sdap_range.h
index 1dc3ba8f9..f11b3be60 100644
--- a/src/providers/ldap/sdap_range.h
+++ b/src/providers/ldap/sdap_range.h
@@ -28,6 +28,7 @@
errno_t sdap_parse_range(TALLOC_CTX *mem_ctx,
const char *attr_desc,
char **base_attr,
- uint32_t *range_offset);
+ uint32_t *range_offset,
+ bool disable_range_retrieval);
#endif /* SDAP_RANGE_H_ */