mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds with man page.
"This parameter specifies the number of seconds the winbindd daemon will wait before disconnecting either a client connection with no outstanding requests (idle) or a client connection with a request that has remained outstanding (hung) for longer than this number of seconds." Bug 3204 winbindd: Exceeding 200 client connections, no idle connection found https://bugzilla.samba.org/show_bug.cgi?id=3204 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
This commit is contained in:
@ -913,6 +913,7 @@ static void init_globals(bool reinit_globals)
|
||||
|
||||
Globals.winbind_cache_time = 300; /* 5 minutes */
|
||||
Globals.winbind_reconnect_delay = 30; /* 30 seconds */
|
||||
Globals.winbind_request_timeout = 60; /* 60 seconds */
|
||||
Globals.winbind_max_clients = 200;
|
||||
Globals.winbind_enum_users = false;
|
||||
Globals.winbind_enum_groups = false;
|
||||
|
Reference in New Issue
Block a user