r3563: During a typical logon a modern workstation makes a lot of anonymous session
authorVolker Lendecke <vlendec@samba.org>
Fri, 5 Nov 2004 22:53:35 +0000 (22:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:09 +0000 (10:53 -0500)
commit55fe875a44bd63de766d4fbdb91bcc26be146a21
tree0b8eb62dd8490ee22cdc2d36dba7cc9295ad3cd6
parent9c61daf667ca0ac939f4bd724d1c0f708983f82a
r3563: During a typical logon a modern workstation makes a lot of anonymous session
setups on its way to open a pipe. This gets rid of many round-trips to the
LDAP server during logon by setting up the server_info_guest once and not
asking the LDAP server and nss every time. Make sure that the ldap connection
is reopened in the child. (I did not look at the sql backends.)

Volker
(This used to be commit 3298f6105e6a88c9390cac02245c8f2eee1e5046)
source3/auth/auth_util.c
source3/include/smbldap.h
source3/lib/smbldap.c
source3/passdb/passdb.c
source3/smbd/server.c