libcli/privileges Simplify get_privilege_luid() to return just the enum
authorAndrew Bartlett <abartlet@samba.org>
Fri, 27 Aug 2010 01:27:57 +0000 (11:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 08:46:08 +0000 (18:46 +1000)
commiteb8e3155dee3e4258a603da61a9e7822503cd8dd
tree0a36829633536a130978de78c91ec6cf9bb1db66
parentcdda15c062369d94bc468dce7b541ea505d664e5
libcli/privileges Simplify get_privilege_luid() to return just the enum

As Samba only deals with the lower 32 bits of the LUID, just return those
and let the LSA layer deal with the upper 0 bits.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
libcli/security/privileges.c
libcli/security/privileges.h
source3/rpc_server/srv_lsa_nt.c