Skip to content

Commit

Permalink
doc: authramp cli help in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
34N0 committed Feb 3, 2024
1 parent 7b81cf8 commit c941cf2
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,25 @@ delay = r * (f - f₀) * log(f - f₀) + b
```

### Reset user
The cli uses the reads the same configuration in `authramp.conf`
To reset the user use the `authramp` command:
The cli uses the reads the same configuration in `authramp.conf`.
```console
sudo authramp reset --user <user>

█████ ██ ████████████ ████████ █████ ███ █████████
██ ████ ██ ██ ██ ████ ████ ██████ ██████ ██
█████████ ██ ██ █████████████ █████████ ████ ████████
██ ████ ██ ██ ██ ████ ████ ████ ██ ████
██ ██ ██████ ██ ██ ████ ████ ████ ████

by [email protected]

Usage: authramp [COMMAND]

Commands:
reset Reset a locked PAM user
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
```

## Logging
Expand Down

0 comments on commit c941cf2

Please sign in to comment.