diff --git a/doc/sgml/oper-guide/config.sgml b/doc/sgml/oper-guide/config.sgml index fdc1859..ab92862 100644 --- a/doc/sgml/oper-guide/config.sgml +++ b/doc/sgml/oper-guide/config.sgml @@ -314,13 +314,13 @@ auth { spoof - An optional fake hostname (or user@host) to apply to users authenticated to this auth{} block. + An optional fake hostname (or user@host) to apply to users authenticated to this auth{} block. In STATS i and TESTLINE, an equals sign (=) appears before the user@host and the spoof is shown. flags - A list of flags to apply to this auth{} block. They are listed below. + A list of flags to apply to this auth{} block. They are listed below. Some of the flags appear as a special character, parenthesized in the list, before the user@host in STATS i and TESTLINE. @@ -345,25 +345,25 @@ auth { - exceed_limit + exceed_limit (>) Users in this auth{} block can exceed class-wide limitations. - dnsbl_exempt + dnsbl_exempt ($) Users in this auth{} block are exempted from DNS blacklist checks. However, they will still be warned if they are listed. - kline_exempt + kline_exempt (^) Users in this auth{} block are exempted from DNS blacklists, k:lines, g:lines and x:lines, and will not be disconnected because of d:lines. - gline_exempt + gline_exempt (_) Users in this auth{} block are exempted from g:lines. @@ -394,7 +394,7 @@ auth { - flood_exempt + flood_exempt (|) Users in this auth{} block may send arbitrary amounts of @@ -405,13 +405,13 @@ auth { - no_tilde + no_tilde (-) Users in this auth{} block will not have a tilde added to their username if they do not run identd. - need_ident + need_ident (+) Users in this auth{} block must have identd, otherwise they will be rejected.