commit 455f07368735b7d98eee463172824df9c966894d from: Alexander Barton date: Mon Oct 24 17:24:21 2016 UTC PAM.txt: Add note about /etc/pam.d/ngircd permissions commit - 804c2403203258ba8b9bf869be3f9ef057c2d39a commit + 455f07368735b7d98eee463172824df9c966894d blob - 671f071b52f0d259b621bc3789ce28618c73f22c blob + 818c4f176728f133c495b7fafac863771ba91031 --- doc/PAM.txt +++ doc/PAM.txt @@ -26,6 +26,10 @@ A very simple -- and quite useless ;-) -- example woul Here the "pam_debug" module will be called each time a client connects to the ngIRCd and has sent its PASS, NICK, and USER commands. +The PAM library used by the ngIRCd daemon must be able to access its +configuration file, so don't forget to check permissions and run something +like this: "chmod 644 /etc/pam.d/ngircd". + Please note ONE VERY IMPORTANT THING: All the PAM modules are executed with the privileges of the user ngIRCd