r17463: A bit of cleanup work:
commitf9856f6490fe44fdba97ea86062237d8c74d4bdc
authorVolker Lendecke <vlendec@samba.org>
Tue, 8 Aug 2006 19:29:34 +0000 (8 19:29 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:36 +0000 (10 11:38 -0500)
treecee6409cd68523ebf1faf501605eb909cc1b1067
parent954593bd41ff2475df5d37eae18be08ffa3002eb
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
source/groupdb/mapping.c
source/include/passdb.h
source/passdb/lookup_sid.c
source/passdb/passdb.c
source/passdb/pdb_interface.c
source/rpc_server/srv_lsa_nt.c
source/torture/local-groupmap.c
source/utils/net_groupmap.c
source/utils/net_rpc_samsync.c
source/utils/net_sam.c