From 1ccc642277721bfb8b7108c2c05edf7c921acbfb Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Mon, 15 Jan 2024 22:59:40 +0000 Subject: [PATCH] doc/reference.conf: document the auth::umodes configuration option Fixes: 4d8088c386c23049fcfe ("Allow auth{} to apply extra umodes") --- doc/reference.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/reference.conf b/doc/reference.conf index 622cf52b..b0f907a0 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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.