Allows changing the maximum number of simultaneous clients in winbindd through an...
[nivanova/samba-autobuild/.git] / source3 / include / local.h
index a3baf64f9aaa80b41077d82007d624885e978645..93ec4cc9db5879aab1a3dd81f8d24677dea7db4c 100644 (file)
 /* 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