*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit
authorJeremy Allison <jra@samba.org>
Fri, 28 Feb 2003 00:26:20 +0000 (00:26 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 28 Feb 2003 00:26:20 +0000 (00:26 +0000)
commit9f0ae6fad2d0099a58fec389ddd430c0448ec02e
tree9065983abc2e496538a2c7a43e7d7c1815ff48c9
parent17c417e6e66e05d6bcee98cb1c7ebfa7d98a5347
*Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit
the unix domain sockets used by winbindd (also solves FD_SETSIZE problem
in winbindd to boot !). Adds a "last_access" field to winbindd connections,
and will close the oldest idle connection once the number of open connections
goes over WINBINDD_MAX_SIMULTANEOUS_CLIENTS (defined in local.h as 200
currently).
Jeremy.
(This used to be commit a82caefda49396641e8650db8a7ef51752ba6c41)
source3/include/local.h
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd.h