r3566: Completely replace the queryuseraliases call. The previous implementation...
authorVolker Lendecke <vlendec@samba.org>
Fri, 5 Nov 2004 23:34:00 +0000 (23:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:09 +0000 (10:53 -0500)
commit154d5f913b4ce60f731227eb1bb3650c45fcde93
tree6dcd8538e9cc97c4d891082280055d8fe3c8366a
parent55fe875a44bd63de766d4fbdb91bcc26be146a21
r3566: Completely replace the queryuseraliases call. The previous implementation does
not exactly match what you would expect.

XP workstations during login actually do this, so we should better become a
bit more correct. The LDAP query issued is not really fully optimal, but it is
a lot faster and more correct than what was there before. The change in
passdb.h makes it possible that queryuseraliases is done with a single ldap
query.

Volker
(This used to be commit 2508d4ed1e16c268fc9f3676b0c6a122e070f93d)
source3/groupdb/mapping.c
source3/include/passdb.h
source3/nsswitch/winbindd_group.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/passdb/util_sam_sid.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_util.c
source3/utils/net_groupmap.c