Merge pull request #2 from TheChrisAM/patch-1
Adding auth_user documentation for auth {} blocks.
This commit is contained in:
commit
f0c778d701
1 changed files with 6 additions and 0 deletions
|
@ -332,6 +332,12 @@ auth {
|
||||||
user = "*@172.16.0.0/12";
|
user = "*@172.16.0.0/12";
|
||||||
user = "*test@123D:B567:*";
|
user = "*test@123D:B567:*";
|
||||||
|
|
||||||
|
/* auth_user: This allows specifying a username:password instead of
|
||||||
|
* just a password in PASS, so that a fixed user@host is not
|
||||||
|
* necessary for a specific auth{} block.
|
||||||
|
*/
|
||||||
|
#auth_user = "SomeUser";
|
||||||
|
|
||||||
/* password: an optional password that is required to use this block.
|
/* password: an optional password that is required to use this block.
|
||||||
* By default this is not encrypted, specify the flag "encrypted" in
|
* By default this is not encrypted, specify the flag "encrypted" in
|
||||||
* flags = ...; below if it is.
|
* flags = ...; below if it is.
|
||||||
|
|
Loading…
Reference in a new issue