summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/security.h
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/gen_ndr/security.h')
-rw-r--r--librpc/gen_ndr/security.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/librpc/gen_ndr/security.h b/librpc/gen_ndr/security.h
index 32ea2eaacd..f90dd413a8 100644
--- a/librpc/gen_ndr/security.h
+++ b/librpc/gen_ndr/security.h
@@ -166,7 +166,8 @@ enum sec_privilege
SEC_PRIV_ENABLE_DELEGATION=21,
SEC_PRIV_INTERACTIVE_LOGON=22,
SEC_PRIV_NETWORK_LOGON=23,
- SEC_PRIV_REMOTE_INTERACTIVE_LOGON=24
+ SEC_PRIV_REMOTE_INTERACTIVE_LOGON=24,
+ SEC_PRIV_MACHINE_ACCOUNT=25
}
#else
{ __donnot_use_enum_sec_privilege=0x7FFFFFFF}
@@ -194,6 +195,7 @@ enum sec_privilege
#define SEC_PRIV_INTERACTIVE_LOGON ( 22 )
#define SEC_PRIV_NETWORK_LOGON ( 23 )
#define SEC_PRIV_REMOTE_INTERACTIVE_LOGON ( 24 )
+#define SEC_PRIV_MACHINE_ACCOUNT ( 25 )
#endif
;