diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-03-13 19:32:34 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-03-13 19:32:34 +0000 |
commit | aadf6ab0c84a04e59adcc6b1328d4c600348b320 (patch) | |
tree | b61c0d2611b3ffc697780ca407a37e8dfa17fe96 | |
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
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -117,3 +117,4 @@ Jeroen Schot <schot@A-Eskwadraat.nl> Tom Judge <tom@tomjudge.com> Maxim Vetrov <muxas@mail.ru> Matthew L. Dailey <matthew.l.dailey@dartmouth.edu> +Chris Hiestand <chiestand@salk.edu> 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> |