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.