mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
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)
This commit is contained in:
parent
772600feb8
commit
d39a80ce89
@ -53,7 +53,7 @@
|
|||||||
#define UF_PARTIAL_SECRETS_ACCOUNT 0x04000000
|
#define UF_PARTIAL_SECRETS_ACCOUNT 0x04000000
|
||||||
#define UF_USE_AES_KEYS 0x08000000
|
#define UF_USE_AES_KEYS 0x08000000
|
||||||
|
|
||||||
#define UF_MACHINE_ACCOUNT_MASK (\
|
#define UF_TRUST_ACCOUNT_MASK (\
|
||||||
UF_INTERDOMAIN_TRUST_ACCOUNT |\
|
UF_INTERDOMAIN_TRUST_ACCOUNT |\
|
||||||
UF_WORKSTATION_TRUST_ACCOUNT |\
|
UF_WORKSTATION_TRUST_ACCOUNT |\
|
||||||
UF_SERVER_TRUST_ACCOUNT \
|
UF_SERVER_TRUST_ACCOUNT \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user