From f9bb3e0d72d473c52f15d41114c970d2fc0178b0 Mon Sep 17 00:00:00 2001 From: TheChrisAM Date: Thu, 31 May 2012 21:26:52 -0300 Subject: [PATCH] Adding auth_user documentation for auth {} blocks. --- doc/reference.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/reference.conf b/doc/reference.conf index db4ddf29..cab7790c 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -326,6 +326,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.