Hello!
I'm looking forward to use ngIRCd on my Debian box. I need simple as possible ircd with one feature: allow users to protect his nick names from overtaking. It can be done with NICKSERV bots. Unfortunately Debian has no nickserv services packaged yet and this is not an option.
I see ngIRCd has PAM module authentication support which can help me a lot. I can configure ngIRCd to use PAM but I do not know how to allow non registered users to join using PAM.
Can you suggest PAM configuration file, which is going to allow ALL users to connect, but ask for password for registered users on system (or pwd file). This will allow me to protect registred names and allow guests to connect to the server.
That would be nice if this will appears in ngIRCd documentation as well.
-- AK
Hello Alexey!
Am 12.09.2014 um 08:41 schrieb Alexey Kuznetsov kuznetsov.alexey@gmail.com:
I'm looking forward to use ngIRCd on my Debian box. I need simple as possible ircd with one feature: allow users to protect his nick names from overtaking. It can be done with NICKSERV bots. Unfortunately Debian has no nickserv services packaged yet and this is not an option.
I see ngIRCd has PAM module authentication support which can help me a lot. I can configure ngIRCd to use PAM but I do not know how to allow non registered users to join using PAM.
PAM is used to do user authentication, it doesn't protect nick names in any way: user which successfully authenticate can use arbitrary nick names.
Can you suggest PAM configuration file, which is going to allow ALL users to connect, but ask for password for registered users on system (or pwd file). This will allow me to protect registred names and allow guests to connect to the server.
This isn't possible, sorry.
If want to protect nick names, you have to use some sort of "NickServ" service.
Regards Alex
Looks like a few folks were close to starting Debian packaging effort for Anope services about a year ago:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661341
Anyone interested and with time could probably pick that up.
DS
On Sun, Sep 14, 2014 at 6:16 AM, Alexander Barton alex@barton.de wrote:
Hello Alexey!
Am 12.09.2014 um 08:41 schrieb Alexey Kuznetsov kuznetsov.alexey@gmail.com:
I'm looking forward to use ngIRCd on my Debian box. I need simple as possible ircd with one feature: allow users to protect his nick names from overtaking. It can be done with NICKSERV bots. Unfortunately Debian has no nickserv services packaged yet and this is not an option.
I see ngIRCd has PAM module authentication support which can help me a lot. I can configure ngIRCd to use PAM but I do not know how to allow non registered users to join using PAM.
PAM is used to do user authentication, it doesn't protect nick names in any way: user which successfully authenticate can use arbitrary nick names.
Can you suggest PAM configuration file, which is going to allow ALL users to connect, but ask for password for registered users on system (or pwd file). This will allow me to protect registred names and allow guests to connect to the server.
This isn't possible, sorry.
If want to protect nick names, you have to use some sort of "NickServ" service.
Regards Alex
ngIRCd Mailing List: ngIRCd-ML@arthur.barton.de http://arthur.barton.de/mailman/listinfo/ngircd-ml