getcifsacl: fix raw SID printing routine
authorJeff Layton <jlayton@samba.org>
Wed, 7 Nov 2012 15:19:18 +0000 (10:19 -0500)
committerJeff Layton <jlayton@samba.org>
Wed, 7 Nov 2012 15:19:18 +0000 (10:19 -0500)
commit4fae92dc32fb5e04fdb0533140997797614a9ed5
treed0ab08551726b4950c43dc858a03c7a9bd514f2e
parent067a0c8c63c8e5e4e7e70a95009d25a9d089b5dd
getcifsacl: fix raw SID printing routine

The current routine prints multiple authority values as different
numbers instead of combining them, which is wrong.

Print the SID according to the rules in MS-DTYP.

Signed-off-by: Jeff Layton <jlayton@samba.org>
getcifsacl.c