libds: rename UF_MACHINE_ACCOUNT_MASK to UF_TRUST_ACCOUNT_MASK
authorRalph Boehme <slow@samba.org>
Thu, 8 Mar 2018 16:34:08 +0000 (17:34 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 13 Mar 2018 17:59:17 +0000 (18:59 +0100)
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>
libds/common/flags.h

index d431bd54d901070e666eaed4e9fec4acae04fd8e..d436f2bafd8179b6bdb5c18814c19c9ea4b64fd3 100644 (file)
@@ -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 \