diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-03-13 20:32:34 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-03-13 20:32:34 +0100 |
commit | aadf6ab0c84a04e59adcc6b1328d4c600348b320 (patch) | |
tree | b61c0d2611b3ffc697780ca407a37e8dfa17fe96 /man | |
parent | 9e682fa2a633fd69ce2e6b4b987bda04f02424cc (diff) |
document the fact that each thread opens it's own connection (patch by Chris Hiestand)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1635 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.conf.5.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index c9b7dc0..1f29f04 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -78,6 +78,8 @@ <para> Specifies the number of threads to start that can handle requests and perform <acronym>LDAP</acronym> queries. + Each thread opens a separate connection to the <acronym>LDAP</acronym> + server. The default is to start 5 threads. </para> </listitem> |