Skip to content

Commit

Permalink
doc/reference.conf: document the auth::umodes configuration option
Browse files Browse the repository at this point in the history
Fixes: 4d8088c ("Allow auth{} to apply extra umodes")
  • Loading branch information
aaronmdjones committed Jan 16, 2024
1 parent a950505 commit 1ccc642
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ccc642

Please sign in to comment.