Skip to content

Commit

Permalink
Merge pull request #1399 from icehong/icehong-patch-1
Browse files Browse the repository at this point in the history
Update nipap-passwd command sample
  • Loading branch information
garberg authored Jan 10, 2025
2 parents 1d981de + b96f248 commit 2ed56fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config-cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you haven't already done so, you can create a new user so that you can
authenticate against nipapd. Execute the following on the machine running
nipapd to create a new user in the local authentication database::

nipap-passwd -a *username* -p *username* -n "My CLI user"
nipap-passwd add -u *username* -p *username* -n "My CLI user"

Where *username* and *password* is the username and password you wish to
create. Use the same username and password to fill in your .nipaprc. Here's an
Expand Down

0 comments on commit 2ed56fe

Please sign in to comment.