r17463: A bit of cleanup work:
authorVolker Lendecke <vlendec@samba.org>
Tue, 8 Aug 2006 19:29:34 +0000 (19:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:36 +0000 (11:38 -0500)
commite1e62d89999629d41cc2b66b12eb37ce190d5db0
treebb9732660ea085b6f13b1ddfa7140243e4624410
parentbe72e2de59b984bccd2e84e658bbbef379e6f13c
r17463: A bit of cleanup work:

Remove some unused code: pdb_find_alias is not used anymore, and nobody I
think has ever used the pdb_nop operations for group mapping. smbpasswd and
tdb use the default ones and ldap has its own.

Make the functions pdb_getgr* return NTSTATUS instead of BOOL. Nobody right
now really makes use of it, but it feels wrong to throw away information so
early.

Volker
(This used to be commit f9856f6490fe44fdba97ea86062237d8c74d4bdc)
source3/groupdb/mapping.c
source3/include/passdb.h
source3/passdb/lookup_sid.c
source3/passdb/passdb.c
source3/passdb/pdb_interface.c
source3/rpc_server/srv_lsa_nt.c
source3/torture/local-groupmap.c
source3/utils/net_groupmap.c
source3/utils/net_rpc_samsync.c
source3/utils/net_sam.c