summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-18 18:35:41 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-20 20:34:11 +1000
commitba079f9d674417eed26c21d21f0e0ff03a3c5e33 (patch)
tree4433e47a42c7500cc6f2b923aa48e7062ab98710 /librpc
parentc12293991988bda16ff85135e83c21d23d08abca (diff)
downloadsamba-ba079f9d674417eed26c21d21f0e0ff03a3c5e33.tar.gz
samba-ba079f9d674417eed26c21d21f0e0ff03a3c5e33.tar.bz2
samba-ba079f9d674417eed26c21d21f0e0ff03a3c5e33.zip
idl: added the RODC allow/deny secrets RIDs
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/security.idl2
1 files changed, 2 insertions, 0 deletions
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;