From ba079f9d674417eed26c21d21f0e0ff03a3c5e33 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 18 Aug 2010 18:35:41 +1000 Subject: idl: added the RODC allow/deny secrets RIDs Pair-Programmed-With: Andrew Bartlett --- librpc/idl/security.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'librpc/idl/security.idl') diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 68ed485a82..5594542155 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; -- cgit