summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-03-08 17:34:08 +0100
committerStefan Metzmacher <metze@samba.org>2018-09-05 13:31:45 +0200
commitd39a80ce89403abf2fa8d5702cbf8332b23866a0 (patch)
treeb241cb5a1a9d8bca676f7c2ff458628090dae865 /libds
parent772600feb8b913e924e22ea1a43f973887cfb139 (diff)
downloadsamba-d39a80ce89403abf2fa8d5702cbf8332b23866a0.tar.gz
libds: rename UF_MACHINE_ACCOUNT_MASK to UF_TRUST_ACCOUNT_MASK
The name UF_TRUST_ACCOUNT_MASK better reflects the use case and it's not yet used. Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 8497d2090900b252853278f29a4aaf3bce7515da)
Diffstat (limited to 'libds')
-rw-r--r--libds/common/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h
index d431bd54d90..d436f2bafd8 100644
--- a/libds/common/flags.h
+++ b/libds/common/flags.h
@@ -53,7 +53,7 @@
#define UF_PARTIAL_SECRETS_ACCOUNT 0x04000000
#define UF_USE_AES_KEYS 0x08000000
-#define UF_MACHINE_ACCOUNT_MASK (\
+#define UF_TRUST_ACCOUNT_MASK (\
UF_INTERDOMAIN_TRUST_ACCOUNT |\
UF_WORKSTATION_TRUST_ACCOUNT |\
UF_SERVER_TRUST_ACCOUNT \