doc/reference.conf: document the auth::umodes configuration option
Fixes: 4d8088c386
("Allow auth{} to apply extra umodes")
This commit is contained in:
parent
a9505057c5
commit
1ccc642277
1 changed files with 5 additions and 0 deletions
|
@ -360,6 +360,11 @@ auth {
|
|||
user = "*@198.51.100.0/24";
|
||||
user = "*test@2001:db8:1:*";
|
||||
|
||||
/* umodes; the user mode character string to apply to users
|
||||
* when they get placed into this auth block.
|
||||
*/
|
||||
#umodes = "+w";
|
||||
|
||||
/* 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.
|
||||
|
|
Loading…
Reference in a new issue