diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2015-06-17 16:13:51 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-07-15 17:32:46 +0200 |
commit | b9e74a747b8f1012bba3575f3e4289ef4877d64a (patch) | |
tree | 168dc2018bf564d1282ca9f1e138e7c5ebce9c10 /src/config/SSSDConfig | |
parent | 1f2fc55ecf7b5e170b2c0752304d1a2ecebc5259 (diff) | |
download | sssd-b9e74a747b8f1012bba3575f3e4289ef4877d64a.tar.gz sssd-b9e74a747b8f1012bba3575f3e4289ef4877d64a.tar.xz sssd-b9e74a747b8f1012bba3575f3e4289ef4877d64a.zip |
LDAP: Add the wildcard_limit option
Related:
https://fedorahosted.org/sssd/ticket/2553
Adds a new wildcard_limit option that is set by default to 1000 (one
page). This option limits the number of entries that can by default be
returned by a wildcard search.
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 4d45e42af..4b519eddd 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -355,6 +355,7 @@ option_strings = { 'ldap_min_id' : _('Set lower boundary for allowed IDs from the LDAP server'), 'ldap_max_id' : _('Set upper boundary for allowed IDs from the LDAP server'), 'ldap_pwdlockout_dn' : _('DN for ppolicy queries'), + 'wildcard_limit' : _('How many maximum entries to fetch during a wildcard request'), # [provider/ldap/auth] 'ldap_pwd_policy' : _('Policy to evaluate the password expiration'), |