行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 15: 18: 55
To be able to connect to the vault server, users need to be added to the server. That can be done with the user add
command:
>./hv user add fred "Fred Bloggs" fred@acme.com 0 "" 48-XXXX-XXXX-XX
>./hv users
LastActive Adm Login License Email
---------- --- ------------ --------------- ------------
Never fred 48-XXXX-XXXX-XX Fred Bloggs
2022-04-14 * jane 48-XXXX-XXXX-XX Jane Smith
Setting the new user’s password
Then, we need to set the user’s password, using the passwd command:
>./hv passwd stea1thy fred
中文翻译:
为了能够连接到vault服务器,需要将用户添加到服务器。可以使用user add命令来完成:
./hv user add fred"Fred Bloggs"ACME Laboratories 0""48-XXXX-XXXX-XX
./hv users LastActive Adm Login License Email
Never fred 48-XXXX-XXXX-XX Fred Bloggs
2022-04-14*jane 48-XXXX-XXXX-XX Jane Smith
设置新用户的密码
然后,我们需要使用passwd命令设置用户的密码:
./hv passwd stea1thy fred
展开阅读全文
︾
读者也喜欢这些内容: