Displaying 1 result from an estimated 1 matches for "server_mutex_wait_time".
2007 May 13
0
wbinfo's timeout to lookup sid
...= 0
> exit_group(0) = ?
In include/local.h I see:
/* Tuning for server auth mutex. */
#define CLI_AUTH_TIMEOUT 5000 /* In milli-seconds. */
#define NUM_CLI_AUTH_CONNECT_RETRIES 3
/* Number in seconds to wait for the mutex. This must be less than 30
seconds. */
#define SERVER_MUTEX_WAIT_TIME ( ((NUM_CLI_AUTH_CONNECT_RETRIES) *
((CLI_AUTH_TIMEOUT)/1000)) + 5)
Which looks like these are exactly the values I was looking for, but
I increased those values and recompiled wbinfo, but it didn't make
a difference. Also there is an smb.conf option "ldap timeout" but
setting this...