diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-16 16:27:01 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-18 09:27:56 -0500 |
commit | 8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5 (patch) | |
tree | d7bd59fc63e1c4f28307d82bb56cc4dedda46e04 /src/config/SSSDConfig.py | |
parent | fd3714d0cf068f3c782c1fff32105fc51cc97a0e (diff) | |
download | sssd-8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5.tar.gz sssd-8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5.tar.xz sssd-8270b1b8505e4bce5ec065daa8fcdf985e1fc9f5.zip |
LDAP: Add option to disable paging control
Fixes https://fedorahosted.org/sssd/ticket/967
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r-- | src/config/SSSDConfig.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index c5c73b14f..413eab08e 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -163,6 +163,8 @@ option_strings = { 'ldap_connection_expiration_timeout' : _('How long to retain a connection to the LDAP server before disconnecting'), + 'ldap_disable_paging' : _('Disable the LDAP paging control'), + # [provider/ldap/id] 'ldap_search_timeout' : _('Length of time to wait for a search request'), 'ldap_enumeration_search_timeout' : _('Length of time to wait for a enumeration request'), |