summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-17 14:10:34 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-17 21:21:50 +1000
commit4e9daa0f032547787a1a1957a6f4f4002aa50371 (patch)
tree17316ed655ae0ca51144cbc32bafae4a191af9a5 /libds
parentdf14f645b3c56ca7652463d53731437158d5c4bb (diff)
downloadsamba-4e9daa0f032547787a1a1957a6f4f4002aa50371.tar.gz
s4-dsdb: added support for UF_PARTIAL_SECRETS_ACCOUNT
when this is in user_account_control the account is a RODC, and we need to set the primaryGroupID to be DOMAIN_RID_READONLY_DCS Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libds')
-rw-r--r--libds/common/flags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index 021db2a9c72..eeb69400299 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -51,6 +51,7 @@
#define UF_TRUSTED_TO_AUTHENTICATE_FOR_DELEGATION 0x01000000
#define UF_NO_AUTH_DATA_REQUIRED 0x02000000
+#define UF_PARTIAL_SECRETS_ACCOUNT 0x04000000
#define UF_MACHINE_ACCOUNT_MASK (\
UF_INTERDOMAIN_TRUST_ACCOUNT |\