mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
BSim: Add DN_OPTION to fix bsim_ctl changeauth for PKI authentication
This commit is contained in:
parent
aff12cd6e0
commit
84ebbd6259
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user