Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding auth_user documentation for auth {} blocks.(cherry picked from…
… commit f9bb3e0)
  • Loading branch information
TheChrisAM authored and jillest committed Sep 8, 2012
1 parent 98382d0 commit 0c78927
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/reference.conf
Expand Up @@ -332,6 +332,12 @@ auth {
user = "*@172.16.0.0/12";
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.
* By default this is not encrypted, specify the flag "encrypted" in
* flags = ...; below if it is.
Expand Down

0 comments on commit 0c78927

Please sign in to comment.