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)
commit2508d4ed1e16c268fc9f3676b0c6a122e070f93d
treea5bfc8a9d8be2eeb91778e4fe0c37cddd6c166ad
parent3298f6105e6a88c9390cac02245c8f2eee1e5046
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
source/groupdb/mapping.c
source/include/passdb.h
source/nsswitch/winbindd_group.c
source/passdb/pdb_interface.c
source/passdb/pdb_ldap.c
source/passdb/util_sam_sid.c
source/rpc_server/srv_samr_nt.c
source/rpc_server/srv_util.c
source/utils/net_groupmap.c