BSim: Add DN_OPTION to fix bsim_ctl changeauth for PKI authentication

This commit is contained in:
Andras Gemes 2024-10-26 11:20:27 +02:00
parent aff12cd6e0
commit 84ebbd6259
No known key found for this signature in database
GPG Key ID: F1EF1E4F007ECBAB

View File

@ -97,7 +97,7 @@ public class BSimControlLaunchable implements GhidraLaunchable {
Set.of(DN_OPTION);
private static final Set<String> DROPUSER_OPTIONS = Set.of();
private static final Set<String> CHANGEAUTH_OPTIONS = Set.of(
AUTH_OPTION, NO_LOCAL_AUTH_OPTION, CAFILE_OPTION);
AUTH_OPTION, DN_OPTION, NO_LOCAL_AUTH_OPTION, CAFILE_OPTION);
//@formatter:on
private static final Map<String, Set<String>> ALLOWED_OPTION_MAP = new HashMap<>();