forked from soccera/rdo
Add some explanations for the config to the README
This commit is contained in:
parent
95b3581737
commit
6cabebefed
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -31,5 +31,16 @@ sudo make uninstall
|
||||||
rdo [command]
|
rdo [command]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The configuration file has the following variables:
|
||||||
|
```
|
||||||
|
username=sw1tchbl4d3
|
||||||
|
wrong_pw_sleep=1000
|
||||||
|
session_ttl=5
|
||||||
|
```
|
||||||
|
|
||||||
|
- `username`: The username of the user that is allowed to execute rdo (no multi user or group support (yet)).
|
||||||
|
- `wrong_pw_sleep`: The amount of milliseconds to sleep at a wrong password attempt. Must be a positive integer. Set to 0 to disable.
|
||||||
|
- `session_ttl`: The amount of minutes a session lasts. Must be a positive integer. Set to 0 to disable.
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- `libbsd`
|
- `libbsd`
|
||||||
|
|
Loading…
Add table
Reference in a new issue