diff options
-rw-r--r-- | libds/common/flags.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h index 96709af118e..49750241202 100644 --- a/libds/common/flags.h +++ b/libds/common/flags.h @@ -64,7 +64,8 @@ UF_NORMAL_ACCOUNT |\ UF_INTERDOMAIN_TRUST_ACCOUNT |\ UF_WORKSTATION_TRUST_ACCOUNT |\ - UF_SERVER_TRUST_ACCOUNT \ + UF_SERVER_TRUST_ACCOUNT |\ + UF_PARTIAL_SECRETS_ACCOUNT \ ) #define UF_SETTABLE_BITS (\ |