summary refs log tree commit diff
path: root/doc/PAM.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/PAM.txt')
-rw-r--r--doc/PAM.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/PAM.txt b/doc/PAM.txt
index 671f071b..818c4f17 100644
--- 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