diff options
| author | Adam <Adam@anope.org> | 2012-11-09 19:13:33 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-11-09 19:13:33 -0500 |
| commit | ff3e396e92dfc6f95bf8e7a099e43cc0d3eebdf9 (patch) | |
| tree | 19451d97ba9cf4dd321fc49a1e20191b273abacc /data | |
| parent | 2fe387b4f0cb0e9df43c2689a1343a24f07018ca (diff) | |
Add a config option to disable sasl
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index c6a07354f..16f241fd3 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -278,6 +278,13 @@ nickserv * This directive is opional. */ restoreonghost = yes + + /* + * Some IRCds allow "SASL" authentication to let users identify to Services + * during the IRCd user registration process. If set, Services will allow + * authenticating users through this mechanism. + */ + sasl = yes } /* |
