From 92ee45c4b8cfd8d5b3d04b4c2565319e1743a6dd Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Tue, 9 Sep 2008 21:46:12 +0200 Subject: [PATCH] Document need_ssl flags in example.conf. --- doc/example.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/example.conf b/doc/example.conf index 09a5189..57354ac 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -172,6 +172,7 @@ auth { * USE WITH CAUTION. * no_tilde (old - flag) | don't prefix ~ to username if no ident * 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 */ flags = kline_exempt, exceed_limit; @@ -247,6 +248,7 @@ operator "god" { * Available options: * * 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 * global_kill: allows local and remote users to be * /KILL'd (OLD 'O' flag)