s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds with...
authorJeremy Allison <jra@samba.org>
Fri, 25 Jul 2014 19:44:53 +0000 (12:44 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 29 Jul 2014 19:08:12 +0000 (21:08 +0200)
commit2535803627687f390cae6a95e88f70ff4d6cc67a
treec1bcc0d39fb379ca28f100effab04ce42631b7a3
parent6d104182d9667e4f996439d24cfa052f34098ce4
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/loadparm.c
lib/param/param_table.c
source3/param/loadparm.c