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)
committerStefan Metzmacher <metze@samba.org>
Wed, 5 Sep 2018 11:35:29 +0000 (13:35 +0200)
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)

libds/common/flags.h

index 88b93cb0a3c314457bb51e846827d067357d0e01..11242e10df91c3062f048b230ca1560ab1b864ee 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 \