summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-19 18:59:15 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-19 18:59:15 +0000
commite7cd5d19f5b08d852cddb3cecc46e4fa08a4670b (patch)
treedb07543032620d07d930e697e0f816b7ed101348
parent57ddd84f076ae1ee0f5dea25542f23fec22447e9 (diff)
- Update challenge.txt
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4277 82007160-df01-0410-b94d-b575c5fd34c7
-rw-r--r--doc/challenge.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/challenge.txt b/doc/challenge.txt
index 556700d..725452a 100644
--- a/doc/challenge.txt
+++ b/doc/challenge.txt
@@ -10,8 +10,8 @@
In an effort to reduce the damage caused to a network by a hacked O-line,
Hybrid supports an OpenSSL based challenge-response system. This new
- system allows the admin to remove all oper block passwords from the conf
- file. Authentication is done through a public/private key.
+ system allows the admin to remove all operator {} block passwords from
+ the conf file. Authentication is done through a public/private key.
----------------------------------------------------------------------
@@ -21,7 +21,7 @@
If configure detects a working openssl library, --enable-openssl is
implicitly enabled.
- oper {} blocks should not have normal passwords, but should contain the
+ operator {} blocks should not have normal passwords, but should contain the
the name of the private key file. However it is possible for the user to
use both challenge and normal passwords, but this would defeat the purpose
of the challenge system.
@@ -42,7 +42,7 @@
public key file to their admin(s).
The admin will place an entry for the public key file into a field called
- rsa_public_key_file of each oper's oper {} block in the conf file.
+ rsa_public_key_file of each oper's operator {} block in the conf file.
The oper wishes to obtain their operator status, and issues the CHALLENGE
command.
@@ -84,8 +84,8 @@
with the ircd-hybrid source, run on a UNIX(c) platform.
The administrator of the server you oper on should remove the password in
- your oper {} block and replace it with an entry for your public key, so
- that /oper will be disabled.
+ your operator {} block and replace it with an entry for your public key,
+ so that /oper will be disabled.
Note: The public key is a VERY long string.