s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Aug 2010 03:04:27 +0000 (13:04 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2010 04:46:00 +0000 (14:46 +1000)
commit1ff31edddb74052084d4aaaef9f32bc33c4e99bf
tree1a0c465324a068af90d649fdd08250048baaf9d1
parent825e2727936033a25db295a0a0c4a9f28c0fabce
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()

This new call is available in the merged privileges code, and
takes an enum as the parameter, rather than a bitmask.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/lib/util_seaccess.c
source3/printing/nt_printing.c
source3/registry/reg_backend_smbconf.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_spoolss_nt.c
source3/rpc_server/srv_srvsvc_nt.c
source3/rpc_server/srv_winreg_nt.c
source3/rpc_server/srv_wkssvc_nt.c
source3/smbd/posix_acls.c