1
0
Fork 0
forked from soccera/rdo

Add some explanations for the config to the README

This commit is contained in:
sw1tchbl4d3 2021-07-16 00:43:18 +02:00
parent 95b3581737
commit 6cabebefed

View file

@ -31,5 +31,16 @@ sudo make uninstall
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
- `libbsd`