diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-08-18 18:35:41 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-08-20 20:34:11 +1000 |
commit | ba079f9d674417eed26c21d21f0e0ff03a3c5e33 (patch) | |
tree | 4433e47a42c7500cc6f2b923aa48e7062ab98710 /librpc | |
parent | c12293991988bda16ff85135e83c21d23d08abca (diff) | |
download | samba-ba079f9d674417eed26c21d21f0e0ff03a3c5e33.tar.gz samba-ba079f9d674417eed26c21d21f0e0ff03a3c5e33.tar.xz 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.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; |