Document need_ssl flags in example.conf.

This commit is contained in:
Jilles Tjoelker 2008-09-09 21:46:12 +02:00
parent 3c80e9d634
commit 92ee45c4b8
1 changed files with 2 additions and 0 deletions

View File

@ -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)