From e13908c26c7f7e23cd95599c4639483fce5d73e5 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 27 Mar 2008 00:28:44 +0000 Subject: * doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov) * doc/guide.html: Likewise SVN Revision: 1259 --- doc/guide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 3511a8b6..5742b71e 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -958,8 +958,8 @@ To perform PAM authentication ejabberd uses external C-program called directory. You have to set it root on execution in the case when your PAM module requires root privileges (pam_unix.so for example). Also you have to grant access for ejabberd to this file and remove all other permissions from it: -
# chown root:ejabberd /var/lib/ejabberd/priv/lib/epam
-# chmod 4750 /var/lib/ejabberd/priv/lib/epam
+
# chown root:ejabberd /var/lib/ejabberd/priv/bin/epam
+# chmod 4750 /var/lib/ejabberd/priv/bin/epam
 
  • Make sure you have the latest version of PAM installed on your system. Some old versions of PAM modules cause memory leaks. If you are not able to use the latest version, you can kill(1) epam process periodically to reduce its memory -- cgit v1.2.3