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>
Thu, 9 Sep 2010 04:45:59 +0000 (14:45 +1000)
commit21926a57d4bb39e30a56860d048d6e50abc4f694
treecef33da878065558190fa759e519b630daa8d344
parentd4fef2e5df1b582cb79e0725ae83de5bb6dbb0e2
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