summaryrefslogtreecommitdiff
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:35:29 +0200
commit38d7e58f4202b8cf27c5465fe64d870829813cf0 (patch)
tree784771c597a0760317597f3b812b734076e9dc2f
parent17ed5e06c7fe1085067e7bff8066f91aabbf2855 (diff)
downloadsamba-38d7e58f4202b8cf27c5465fe64d870829813cf0.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)
-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 88b93cb0a3c..11242e10df9 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 \