summaryrefslogtreecommitdiff
path: root/source3/include/local.h
diff options
context:
space:
mode:
authorPierre Carrier <pcarrier@redhat.com>2010-09-14 16:43:39 -0700
committerJeremy Allison <jra@samba.org>2010-09-14 16:43:39 -0700
commiteeb24afd78a6448e808aaf96dbd7d5abf51bbd40 (patch)
tree259985fbd4f6a16dd3352c21f312fc56279e0307 /source3/include/local.h
parent0b270f014f67b8ff49b70fb41b2cceac121f337e (diff)
downloadsamba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.tar.gz
samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.tar.bz2
samba-eeb24afd78a6448e808aaf96dbd7d5abf51bbd40.zip
Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index a3baf64f9a..93ec4cc9db 100644
--- a/source3/include/local.h
+++ b/source3/include/local.h
@@ -239,9 +239,6 @@
/* Number in seconds for winbindd to wait for the mutex. Make this 2 * smbd wait time. */
#define WINBIND_SERVER_MUTEX_WAIT_TIME (( ((NUM_CLI_AUTH_CONNECT_RETRIES) * ((CLI_AUTH_TIMEOUT)/1000)) + 5)*2)
-/* Max number of simultaneous winbindd socket connections. */
-#define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200
-
/* Buffer size to use when printing backtraces */
#define BACKTRACE_STACK_SIZE 64