s4-privs Remove link between enum sec_privilege and the privilege bitmap
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Aug 2010 05:56:21 +0000 (15:56 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 08:46:04 +0000 (18:46 +1000)
commite655e9f6765f951447a36cc3890437f21a13ca0d
tree97d037c2e7e6cd5a485b5168b378965b6926b0ba
parentfcaa86f4026cac94ed257406cbf4a59947b6029f
s4-privs Remove link between enum sec_privilege and the privilege bitmap

This allows us to set the enum sec_privilege constants to the LUID
values that are seen from windows, which we need to match, in order
to preserve the support for the NT Print Migrator tool after a merge
with the source3/ privileges code.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
librpc/idl/security.idl
source4/libcli/security/privilege.c