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>
Thu, 9 Sep 2010 04:45:56 +0000 (14:45 +1000)
commitbfe98ac2e5e9fdcc1f51717c0516321efbb4bc80
tree6ae1272daaebd89231761789d5f0f901bb903449
parent1d7fb5ccdc201022eda4545305492c9061952fb5
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