Hello, I am setting up ngircd on ubuntu but when people try and connect the connections are refused and it complains about a password being incorrect. I don't want people to have to set a password when logging in but the password is not set in the config file. Any ideas?
Marisa
Hi Marisa!
Am 29.05.2022 um 09:57 schrieb Marisa Giancarla fstltna@yahoo.com:
Hello, I am setting up ngircd on ubuntu but when people try and connect the connections are refused and it complains about a password being incorrect. I don't want people to have to set a password when logging in but the password is not set in the config file. Any ideas?
Is PAM enabled (and enforced)? Check "ngircd --configtest".
What exactly do you see in your server log when a user tries to connect?
And which client are your users using?
Regards Alex
Here is what I see in the log:
May 31 15:01:31 minecity.online ngircd[373690]: Accepted connection 13 from "45.79.31.152:60942" on socket 10. May 31 15:01:31 minecity.online ngircd[373690]: User "MustTestBot!~Minetest@tinycore.synchronetbbs.org" rejected (connection > May 31 15:01:31 minecity.online ngircd[373690]: Shutting down connection 13 (Bad server password) with "tinycore.synchronetbb> May 31 15:01:31 minecity.online ngircd[373690]: Client "MustTestBot" unregistered (connection 13): Bad server password. May 31 15:01:31 minecity.online ngircd[373690]: Connection 13 with "tinycore.synchronetbbs.org:60942" closed (in: 0.1k, out: > May 31 15:01:47 minecity.online ngircd[373690]: Accepted connection 13 from "178.79.159.70:45500" on socket 10. May 31 15:01:48 minecity.online ngircd[373690]: User "MintyWindBot!~Minetest@178-79-159-70.ip.linodeusercontent.com" rejected> May 31 15:01:48 minecity.online ngircd[373690]: Shutting down connection 13 (Bad server password) with "178-79-159-70.ip.lino> May 31 15:01:48 minecity.online ngircd[373690]: Client "MintyWindBot" unregistered (connection 13): Bad server password.
I dont want there to be a server password at all, but disabled PAM and made it non-required. Any ideas?
Marisa
On 5/29/2022 3:09 AM, Alexander Barton wrote:
Hi Marisa!
Am 29.05.2022 um 09:57 schrieb Marisa Giancarla fstltna@yahoo.com:
Hello, I am setting up ngircd on ubuntu but when people try and connect the connections are refused and it complains about a password being incorrect. I don't want people to have to set a password when logging in but the password is not set in the config file. Any ideas?
Is PAM enabled (and enforced)? Check "ngircd --configtest".
What exactly do you see in your server log when a user tries to connect?
And which client are your users using?
Regards Alex _______________________________________________ ngIRCd Mailing List: ngircd@lists.barton.de To unsubscribe send an email to ngircd-leave@lists.barton.de
Hi Marisa!
Am 01.06.2022 um 00:04 schrieb Marisa Giancarla fstltna@yahoo.com:
Here is what I see in the log:
May 31 15:01:31 minecity.online ngircd[373690]: Accepted connection 13 from "45.79.31.152:60942" on socket 10. May 31 15:01:31 minecity.online ngircd[373690]: User "MustTestBot!~Minetest@tinycore.synchronetbbs.org" rejected (connection > May 31 15:01:31 minecity.online ngircd[373690]: Shutting down connection 13 (Bad server password) with "tinycore.synchronetbb> […]
The "Bad server password" message indicates that the global server password is configured but not correctly submitted by the client.
I dont want there to be a server password at all, but disabled PAM and made it non-required. Any ideas?
Looks like you have a "Password" configured in the [Global] section of the ngIRCd configuration.
Please run "ngircd --configtest | less" (or so) to double check!
Regards Alex
Nope. Here is what I have:
[GLOBAL] Name = minecity.online AdminInfo1 = Marisa Giancarla AdminInfo2 = South San Francisco, CA AdminEMail = fstltna@yahoo.com HelpFile = /usr/share/doc/ngircd/Commands.txt Info = A IRC server for fans of the Minetest/Multicraft games Listen = ::,0.0.0.0 MotdFile = /etc/ngircd/ngircd.motd MotdPhrase = Network = MineCity Password = PidFile = /var/run/ngircd/ngircd.pid Ports = 6667, 6668, 6669 ServerGID = irc ServerUID = irc
Any other ideas?
Marisa
On 6/1/2022 3:23 AM, Alexander Barton wrote:
ngircd --configtest | less
On Thu Jun 2, 2022 at 12:06 AM BST, Marisa Giancarla wrote:
Nope. Here is what I have:
[GLOBAL] Name = minecity.online AdminInfo1 = Marisa Giancarla AdminInfo2 = South San Francisco, CA AdminEMail = fstltna@yahoo.com HelpFile = /usr/share/doc/ngircd/Commands.txt Info = A IRC server for fans of the Minetest/Multicraft games Listen = ::,0.0.0.0 MotdFile = /etc/ngircd/ngircd.motd MotdPhrase = Network = MineCity Password = PidFile = /var/run/ngircd/ngircd.pid Ports = 6667, 6668, 6669 ServerGID = irc ServerUID = irc
i'm no expert on this, but is it possible that that Password= line is setting the password to the empty string, or to some whitespace, or something? what happens if you comment out that line entirely?