mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-07 22:30:28 +00:00
Mention ':' MyPassword restriction in man page.
This commit is contained in:
parent
dd3d2e2c39
commit
0dd0015d16
@ -1,4 +1,4 @@
|
|||||||
# $Id: sample-ngircd.conf,v 1.34 2005/09/01 18:16:29 fw Exp $
|
# $Id: sample-ngircd.conf,v 1.35 2005/09/02 14:38:59 fw Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# This is a sample configuration file for the ngIRCd, which must be adepted
|
# This is a sample configuration file for the ngIRCd, which must be adepted
|
||||||
@ -145,8 +145,7 @@
|
|||||||
;Port = 6666
|
;Port = 6666
|
||||||
|
|
||||||
# Own password for the connection. This password has to be configured
|
# Own password for the connection. This password has to be configured
|
||||||
# as "PeerPassword" on the other server. Password should be Alphanumeric!
|
# as "PeerPassword" on the other server.
|
||||||
# For instance, a leading ':' will _NOT_ work!
|
|
||||||
;MyPassword = MySecret
|
;MyPassword = MySecret
|
||||||
|
|
||||||
# Foreign password for this connection. This password has to be
|
# Foreign password for this connection. This password has to be
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id: ngircd.conf.5,v 1.19 2005/08/12 13:20:54 alex Exp $
|
.\" $Id: ngircd.conf.5,v 1.20 2005/09/02 14:39:00 fw Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual"
|
.TH ngircd.conf 5 "August 2005" ngircd "ngIRCd Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -201,7 +201,7 @@ the ngIRCd waits for incoming connections.
|
|||||||
.TP
|
.TP
|
||||||
\fBMyPassword\fR
|
\fBMyPassword\fR
|
||||||
Own password for this connection. This password has to be configured as
|
Own password for this connection. This password has to be configured as
|
||||||
"PeerPassword" on the other server.
|
"PeerPassword" on the other server. Must not have ':' as first character.
|
||||||
.TP
|
.TP
|
||||||
\fBPeerPassword\fR
|
\fBPeerPassword\fR
|
||||||
Foreign password for this connection. This password has to be configured as
|
Foreign password for this connection. This password has to be configured as
|
||||||
|
Loading…
Reference in New Issue
Block a user