doc/reference.conf: document the auth::umodes configuration option

Fixes: 4d8088c386 ("Allow auth{} to apply extra umodes")
This commit is contained in:
Aaron Jones 2024-01-15 22:59:40 +00:00
parent a9505057c5
commit 1ccc642277

View file

@ -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.