mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-5106 clarify bsim help
This commit is contained in:
parent
84ebbd6259
commit
afed1f9aa9
@ -185,6 +185,13 @@
|
||||
authentication. This command does not affect the presence or absence of passwords
|
||||
or Distinguished Names for existing users.</P>
|
||||
|
||||
<P><SPAN class="command"><STRONG>--cafile </STRONG></SPAN><SPAN class=
|
||||
"emphasis"><EM></cafile-path></EM></SPAN> - specifies an absolute path to a
|
||||
certificate authority file and is required for <SPAN class=
|
||||
"command"><STRONG>--auth pki</STRONG></SPAN>. This file should contain the
|
||||
certificates the PostgreSQL server will use to authenticate in PEM format
|
||||
concatenated together.</P>
|
||||
|
||||
<P><SPAN class="command"><STRONG>--dn </STRONG></SPAN><SPAN class=
|
||||
"emphasis"><EM><distinguished-name></EM></SPAN> - specifies the Distinguished Name for the admin
|
||||
user and is required for <SPAN class="command"><STRONG>--auth pki</STRONG></SPAN>.</P>
|
||||
|
@ -1434,7 +1434,7 @@ public class BSimControlLaunchable implements GhidraLaunchable {
|
||||
" stop </datadir-path> [--force]\n" +
|
||||
" adduser </datadir-path> <username> [--dn \"<distinguished-name>\"]\n" +
|
||||
" dropuser </datadir-path> <username>\n" +
|
||||
" changeauth </datadir-path> [--auth|-a pki|password|trust] [--noLocalAuth] [--cafile \"</cacert-path>\"]\n" +
|
||||
" changeauth </datadir-path> [--auth|-a pki|password|trust] [--noLocalAuth] [--cafile \"</cacert-path>\"] [--dn \"<distinguished-name>\"]\n" +
|
||||
" resetpassword <username>\n" +
|
||||
" changeprivilege <username> admin|user\n" +
|
||||
"\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user