diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/security.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 68ed485a82a..5594542155a 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -292,6 +292,8 @@ interface security const int DOMAIN_RID_POLICY_ADMINS = 520; const int DOMAIN_RID_READONLY_DCS = 521; const int DOMAIN_RID_RAS_SERVERS = 553; + const int DOMAIN_RID_RODC_ALLOW = 571; + const int DOMAIN_RID_RODC_DENY = 572; /* well-known builtin RIDs */ const int BUILTIN_RID_ADMINISTRATORS = 544; |