Minor Solaris build tweaks: VPATH, example.conf, warning.
[ircu2.10.12-pk.git] / doc / example.conf
index be3d13c7c33e8e52ac50d3deb6872e1e8f5ba94b..44eae6fb8161815fbe2e74cfb11aa5067dfbd58c 100644 (file)
@@ -723,13 +723,14 @@ Pseudo "LOGIN" {
 };
 
 # You can ask a separate server whether to allow users to connect.
-IAuth {
- pass = "ircd-iauth";
- host = "127.0.0.1";
- port = 7700;
- connectfreq = 30;
- timeout = 60;
-};
+# Uncomment this ONLY if you have an iauthd set up.
+# IAuth {
+#  pass = "ircd-iauth";
+#  host = "127.0.0.1";
+#  port = 7700;
+#  connectfreq = 30;
+#  timeout = 60;
+# };
 
 # [features]
 # IRC servers have a large number of options and features.  Most of these