(merge from 3.0)
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 23:41:50 +0000 (23:41 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 23:41:50 +0000 (23:41 +0000)
commitcc535a6c70d8dcf677322e31b24dec58b23d80f0
tree3427d1cae1c0b5bbc436d257ab875b26c866d816
parent06b4eb4b9f867998c8faf9a91830ba3181cdf605
(merge from 3.0)

JHT came up with a nasty (broken) torture case in preparing examples for
his book.

This prompted me to look at the code that reads the unix group list.  This
code did a lot of name -> uid -> name -> sid translations, which caused
problems.  Instead, we now do just name -> sid

I also cleaned up some interfaces, and client tools.

Andrew Bartlett
source/groupdb/mapping.c
source/passdb/passdb.c
source/rpc_server/srv_samr_nt.c
source/utils/net_rpc.c
source/utils/net_rpc_samsync.c