mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Document credential file authenticator config options
This commit is contained in:
parent
85b9f45085
commit
1fc8e9eb7a
@ -182,8 +182,11 @@ via the terminal.
|
|||||||
|
|
||||||
### The `credential-file` authenticator
|
### The `credential-file` authenticator
|
||||||
|
|
||||||
This authenticator reads a username and a password from a credential file. The
|
This authenticator reads a username and a password from a credential file.
|
||||||
credential file has exactly two lines (trailing newline optional). The first
|
|
||||||
|
- `path`: Path to the credential file. (Required)
|
||||||
|
|
||||||
|
The credential file has exactly two lines (trailing newline optional). The first
|
||||||
line starts with `username=` and contains the username, the second line starts
|
line starts with `username=` and contains the username, the second line starts
|
||||||
with `password=` and contains the password. The username and password may
|
with `password=` and contains the password. The username and password may
|
||||||
contain any characters except a line break.
|
contain any characters except a line break.
|
||||||
|
Loading…
Reference in New Issue
Block a user