The cli_lsa_lookup_{names,sids} functions were returning useless
authorTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 11:21:25 +0000 (11:21 +0000)
committerTim Potter <tpot@samba.org>
Sun, 14 Apr 2002 11:21:25 +0000 (11:21 +0000)
commitd0386372b2f491cd9281fc6466b1b5d2f5cf59a9
tree5f9544811c5b2c37a45b1db91ebff33e3a3a0519
parent3a139656a336ac0b86632b9a32ed32ed85c969c0
The cli_lsa_lookup_{names,sids} functions were returning useless
information when one or more of the names/sids being queried were not
resolvable.  We now return a list the same length as the parameters passed
instead of an array of just the resolvable names/sids.
(This used to be commit 245468dbabb7c849ce423cc3cb586fa913d0adfe)
source3/libsmb/cli_lsarpc.c
source3/nsswitch/winbindd_rpc.c
source3/rpcclient/cmd_lsarpc.c
source3/utils/smbcacls.c