Document need_ssl flags in example.conf.
This commit is contained in:
parent
591342826a
commit
3e664be375
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,7 @@ auth {
|
||||||
* USE WITH CAUTION.
|
* USE WITH CAUTION.
|
||||||
* no_tilde (old - flag) | don't prefix ~ to username if no ident
|
* no_tilde (old - flag) | don't prefix ~ to username if no ident
|
||||||
* need_ident (old + flag) | require ident for user in this class
|
* need_ident (old + flag) | require ident for user in this class
|
||||||
|
* need_ssl | require SSL/TLS for user in this class
|
||||||
* need_sasl | require SASL id for user in this class
|
* need_sasl | require SASL id for user in this class
|
||||||
*/
|
*/
|
||||||
flags = kline_exempt, exceed_limit;
|
flags = kline_exempt, exceed_limit;
|
||||||
|
@ -247,6 +248,7 @@ operator "god" {
|
||||||
* Available options:
|
* Available options:
|
||||||
*
|
*
|
||||||
* encrypted: the password above is encrypted [DEFAULT]
|
* encrypted: the password above is encrypted [DEFAULT]
|
||||||
|
* need_ssl: must be using SSL/TLS to oper up
|
||||||
* local_kill: allows local users to be /KILL'd
|
* local_kill: allows local users to be /KILL'd
|
||||||
* global_kill: allows local and remote users to be
|
* global_kill: allows local and remote users to be
|
||||||
* /KILL'd (OLD 'O' flag)
|
* /KILL'd (OLD 'O' flag)
|
||||||
|
|
Loading…
Reference in a new issue