s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds with...
authorJeremy Allison <jra@samba.org>
Tue, 29 Jul 2014 21:53:11 +0000 (14:53 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 1 Sep 2014 19:34:12 +0000 (21:34 +0200)
commitfa781e279b0bc11c69d05ca8dcb1ccf321b018ff
tree610a60425ecfdd4ec11b45a271cf369e973508fc
parent121cad350d1ce45558e082b4b504a5aa72bf767c
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>
docs-xml/smbdotconf/winbind/winbindrequesttimeout.xml [new file with mode: 0644]
lib/param/param_functions.c
lib/param/param_table.c
source3/include/proto.h
source3/param/loadparm.c