]> arthur.barton.de Git - ngircd-alex.git/commitdiff
PAM.txt: Add note about /etc/pam.d/ngircd permissions
authorAlexander Barton <alex@barton.de>
Mon, 24 Oct 2016 17:24:21 +0000 (19:24 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 24 Oct 2016 17:24:21 +0000 (19:24 +0200)
doc/PAM.txt

index 671f071b52f0d259b621bc3789ce28618c73f22c..818c4f176728f133c495b7fafac863771ba91031 100644 (file)
@@ -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.
 
 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
 Please note ONE VERY IMPORTANT THING:
 
 All the PAM modules are executed with the privileges of the user ngIRCd