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-05-24 14:36:39 -0400
commit45c856c45415caa166d5536fa1fbfb8c5ce9ddec (patch)
tree4121aa57082c27b87c2d591bbfd42726d01fdbf9 /src/config/SSSDConfig.py
parentdaaa2e39118667cc651ca608f5028684f8872e2a (diff)
downloadsssd-45c856c45415caa166d5536fa1fbfb8c5ce9ddec.tar.gz
sssd-45c856c45415caa166d5536fa1fbfb8c5ce9ddec.tar.xz
sssd-45c856c45415caa166d5536fa1fbfb8c5ce9ddec.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'),