This entry is identical to the third array entry.
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.not_with = UF_ACCOUNT_TYPE_MASK & ~UF_SERVER_TRUST_ACCOUNT,
.error_string = "Setting more than one account type not permitted"
},
- {
- .uac = UF_TRUSTED_FOR_DELEGATION,
- .not_with = UF_PARTIAL_SECRETS_ACCOUNT,
- .error_string = "Setting UF_TRUSTED_FOR_DELEGATION not allowed with UF_PARTIAL_SECRETS_ACCOUNT"
- }
};
for (i = 0; i < ARRAY_SIZE(map); i++) {