-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|