summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-04-25 13:14:01 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-10-26 10:28:11 -0400
commite725104545cc1d852eea80000276ad53e3749887 (patch)
tree2c00871ea59d348d23690d8faeb9d29bbd4d2336 /src/config/SSSDConfig.py
parentbc7775f49d5a99d52ed19977684283018c922e68 (diff)
downloadsssd-e725104545cc1d852eea80000276ad53e3749887.tar.gz
sssd-e725104545cc1d852eea80000276ad53e3749887.tar.xz
sssd-e725104545cc1d852eea80000276ad53e3749887.zip
Enable paging support for LDAP
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 9c61f06f5..6026bf4ff 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -139,6 +139,7 @@ option_strings = {
'ldap_krb5_ticket_lifetime' : _('Lifetime of TGT for LDAP connection'),
'ldap_deref' : _('How to dereference aliases'),
'ldap_dns_service_name' : _('Service name for DNS service lookups'),
+ 'ldap_page_size' : _('The number of records to retrieve in a single LDAP query'),
'ldap_entry_usn' : _('entryUSN attribute'),
'ldap_rootdse_last_usn' : _('lastUSN attribute'),