repo: ngircd action: commit revision: path_from: revision_from: 455f07368735b7d98eee463172824df9c966894d: path_to: revision_to:
commit 455f07368735b7d98eee463172824df9c966894d Author: Alexander BartonDate: Mon Oct 24 19:24:21 2016 +0200 PAM.txt: Add note about /etc/pam.d/ngircd permissions diff --git a/doc/PAM.txt b/doc/PAM.txt
--- a/doc/PAM.txt +++ b/doc/PAM.txt @@ -26,6 +26,10 @@ A very simple -- and quite useless ;-) -- example would be: 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
-----END OF PAGE-----