summaryrefslogtreecommitdiff
path: root/conf/opers.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-16 19:50:48 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-16 19:50:48 +0000
commitdd27303b9e82c64f7eccb04140ee5b4349c5f1fc (patch)
treeffc390ba06fb8fe5ac6400f18a881ec370217922 /conf/opers.conf.example
parentde84022d197cc47e4ea7a93955722c4a81741605 (diff)
Fixes and improvements from jdhore, thanks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10650 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/opers.conf.example')
-rw-r--r--conf/opers.conf.example11
1 files changed, 9 insertions, 2 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example
index 08a123fa6..c8bdc0a64 100644
--- a/conf/opers.conf.example
+++ b/conf/opers.conf.example
@@ -90,6 +90,14 @@
# of types. NOTE: This is case-sensitive as well.
type="NetAdmin">
+# oline with plain-text password and no comments..for all who like copy & paste
+<oper
+ name="Brain"
+ password="s3cret"
+ host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16"
+ #fingerprint="67:CB:9D:C0:13:24:8A:82:9B:B2:17:1E:D1:1B:EC:D4"
+ type="NetAdmin">
+
# oline with hashed password. It is highly recommended to use hashed passwords.
<oper
# name: oper login that is used to oper up (/oper name password).
@@ -97,7 +105,7 @@
name="Brain"
# hash: what hash this password is hashed with. requires the module
- # for selected hash (m_md5.so, m_sha256.so or m_ripemd160) be
+ # for selected hash (m_md5.so, m_sha256.so or m_ripemd160.so) be
# loaded and the oper password hashing module (m_password_hash.so)
# loaded. Options here are: "md5", "sha256" and "ripemd160".
hash="sha256"
@@ -114,4 +122,3 @@
# type: What oper type this oline is. See the block above for list
# of types. NOTE: This is case-sensitive as well.
type="NetAdmin">
-