]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Document need_ssl flags in example.conf.
authorJilles Tjoelker <redacted>
Tue, 9 Sep 2008 19:46:12 +0000 (21:46 +0200)
committerJilles Tjoelker <redacted>
Tue, 9 Sep 2008 19:46:12 +0000 (21:46 +0200)
doc/example.conf

index 09a51896540a108f89db558864ef1949a5f83f6a..57354ac6099965a5bf7f12aab977ec89098854a0 100755 (executable)
@@ -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)