1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

libcli/security Add an invalid LUID privilege value

This helps code that may not want to specify any privilege

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Andrew Bartlett 2010-08-30 13:09:29 +10:00
parent aab0b557b9
commit 92efe9a86a

View File

@ -364,6 +364,7 @@ interface security
those that we implement and start Samba privileges at 0x1001 */
typedef enum {
SEC_PRIV_INVALID = 0x0,
SEC_PRIV_INCREASE_QUOTA = 0x5,
SEC_PRIV_MACHINE_ACCOUNT = 0x6,
SEC_PRIV_SECURITY = 0x8,