summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-03-08 17:34:08 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-03-13 18:59:17 +0100
commit8497d2090900b252853278f29a4aaf3bce7515da (patch)
tree118b8af76014f874f70f48987a9ba323e5ae1539 /libds
parentc41895be8222199ffe69749e32afc9946517f63f (diff)
downloadsamba-8497d2090900b252853278f29a4aaf3bce7515da.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>
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 \