put sid_to_name behind the winbindd backend interface
authorAndrew Tridgell <tridge@samba.org>
Mon, 3 Dec 2001 11:11:14 +0000 (11:11 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 3 Dec 2001 11:11:14 +0000 (11:11 +0000)
commit6f907af4e73b53c3ddab934ba954788a2134b913
tree03298800cbb068993d1650813e7d54db610780ab
parentc868fe502bb9ea2b5c5452a49f89ec19ab58f2ba
put sid_to_name behind the winbindd backend interface
I spent quite a while trying to work out how to make this call
via ldap and failed. I then found that MS servers seem use rpc
for sid_to_name, and it works even when in native mode, I ended
up just implementing it via rpc
(This used to be commit 789833b44e342c0b5de463ed8f9b5f7474a99f27)
source3/lib/util_sid.c
source3/nsswitch/winbindd.h
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_proto.h
source3/nsswitch/winbindd_rpc.c
source3/nsswitch/winbindd_util.c
source3/torture/nsstest.c