mirror of
https://github.com/samba-team/samba.git
synced 2025-09-05 13:44:19 +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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user