JHT came up with a nasty (broken) torture case in preparing examples for
authorAndrew Bartlett <abartlet@samba.org>
Fri, 2 Jan 2004 05:32:07 +0000 (05:32 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 2 Jan 2004 05:32:07 +0000 (05:32 +0000)
commitf9e59f8bc06fae7e5c8cb0980947f78942dc25c0
tree30bd59f4ffa6bde8f41f3cbcf8f661054aea43fb
parent0c8ee04c78543b1da3b675df4cf85ee5496c3fbf
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