From fcb578856820825f7b1a7e2ca3eb7a242d29da78 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 27 Mar 2008 00:28:44 +0000 Subject: [PATCH] * doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov) * doc/guide.html: Likewise SVN Revision: 1259 --- ChangeLog | 5 +++++ doc/guide.html | 4 ++-- doc/guide.tex | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 506c068d6..208ced75a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-27 Badlop + + * doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov) + * doc/guide.html: Likewise + 2008-03-25 Badlop * src/Makefile.in: Failure to install epam is not diff --git a/doc/guide.html b/doc/guide.html index b4a95b536..1333e9e7b 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -960,8 +960,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 diff --git a/doc/guide.tex b/doc/guide.tex index 3802767de..eedb6e044 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1086,8 +1086,8 @@ directory. You have to set it root on execution in the case when your PAM module requires root privileges (\term{pam\_unix.so} for example). Also you have to grant access for \ejabberd{} to this file and remove all other permissions from it: \begin{verbatim} -# 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 \end{verbatim} \item 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