From 412b602314e1174824d86940eacd74fb76774aba Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 10 Dec 2014 14:15:54 +1300 Subject: libds: UF_PARTIAL_SECRETS_ACCOUNT is a flag, not an account type This list should only be of the account exclusive account type bits. Note, this corrects the behaviour in samldb modifies of userAccountControl. This reverts 6cb91a8f33516a33210a25e4019f3f3fbbfe61f2 Bug: https://bugzilla.samba.org/show_bug.cgi?id=10993 Pair-programmed-with: Garming Sam Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Stefan Metzmacher --- libds/common/flags.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libds') diff --git a/libds/common/flags.h b/libds/common/flags.h index 49750241202..96709af118e 100644 --- a/libds/common/flags.h +++ b/libds/common/flags.h @@ -64,8 +64,7 @@ UF_NORMAL_ACCOUNT |\ UF_INTERDOMAIN_TRUST_ACCOUNT |\ UF_WORKSTATION_TRUST_ACCOUNT |\ - UF_SERVER_TRUST_ACCOUNT |\ - UF_PARTIAL_SECRETS_ACCOUNT \ + UF_SERVER_TRUST_ACCOUNT \ ) #define UF_SETTABLE_BITS (\ -- cgit v1.2.3