From: W. Trevor King <wking@tremily.us> Date: Sat, 1 Mar 2014 19:28:54 +0000 (-0800) Subject: ngircd/README.md: Document the 20-character password limit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a87f687f6a112fa39907eecfaabc21531bbb996;p=dockerfile.git ngircd/README.md: Document the 20-character password limit From the referenced INSTALL docs: Differences to version 0.8.x - The maximum length of passwords has been raised to 20 characters (instead of 8 characters). If your passwords are longer than 8 characters then they are cut at an other position now. so in v0.8 and earlier the password limit was even shorter. --- diff --git a/ngircd/README.md b/ngircd/README.md index 01cc1b2..4ad3064 100644 --- a/ngircd/README.md +++ b/ngircd/README.md @@ -29,7 +29,9 @@ and the [unencrypted port][6667]: > -p 6667:6667 -p 6697:6697 wking/ngircd You can optionally set a `GLOBAL_PASSWORD` environment variable to -require a global password for all client connections. +require a global password for all client connections, although the +password length is [limited to 20 characters since ngIRCd +v0.9][password-limit]. [ngIRCd]: http://ngircd.barton.de/ [TLS]: http://en.wikipedia.org/wiki/Transport_Layer_Security @@ -39,3 +41,4 @@ require a global password for all client connections. [dhparam]: http://www.openssl.org/docs/apps/dhparam.html [6697]: http://tools.ietf.org/html/draft-hartmann-default-port-for-irc-via-tls-ssl-09 [6667]: http://tools.ietf.org/html/draft-hartmann-default-port-for-irc-via-tls-ssl-09#section-1 +[password-limit]: http://ngircd.barton.de/doc/INSTALL