diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-26 14:56:59 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-26 14:56:59 +0000 |
commit | 57d61f2d89c1a8fd7e9341b7dd97cdb8a16b30d5 (patch) | |
tree | c8f4578c369681080b5ed6e2349ad8edc8499f5b | |
parent | 6b2e70f71d0788fe378611a0bc26ae02809e0a0c (diff) |
paging isn't supported by OpenLDAP when chasing referrals
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1343 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | tests/nslcd-test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nslcd-test.conf b/tests/nslcd-test.conf index e55d194..d3430da 100644 --- a/tests/nslcd-test.conf +++ b/tests/nslcd-test.conf @@ -19,7 +19,7 @@ base dc=test,dc=tld #scope sub # The number of answers to request in a single search. -pagesize 100 +#pagesize 100 # The timeout for network operations. timelimit 2 |