]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
authorBadlop <badlop@process-one.net>
Thu, 27 Mar 2008 00:28:44 +0000 (00:28 +0000)
committerBadlop <badlop@process-one.net>
Thu, 27 Mar 2008 00:28:44 +0000 (00:28 +0000)
* doc/guide.html: Likewise

SVN Revision: 1259

ChangeLog
doc/guide.html
doc/guide.tex

index 03e4b4223d514b24921f26861540bab4c22471ef..896a3c051a9a9282ecd67654985b4e5d69c48b0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-27  Badlop  <badlop@process-one.net>
+
+       * doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
+       * doc/guide.html: Likewise
+
 2008-03-26  Badlop  <badlop@process-one.net>
 
        * src/Makefile.in: Support for parallel compilation with 'make -j'
index 3511a8b69afd868069e4fedb3cf794a6c74d2162..5742b71e9628e0c20678f06bfadd984770626114 100644 (file)
@@ -958,8 +958,8 @@ To perform PAM authentication <TT>ejabberd</TT> uses external C-program called
 directory. You have to set it root on execution in the case when your PAM module
 requires root privileges (<TT>pam_unix.so</TT> for example). Also you have to grant access
 for <TT>ejabberd</TT> to this file and remove all other permissions from it:
-<PRE CLASS="verbatim"># chown root:ejabberd /var/lib/ejabberd/priv/lib/epam
-# chmod 4750 /var/lib/ejabberd/priv/lib/epam
+<PRE CLASS="verbatim"># chown root:ejabberd /var/lib/ejabberd/priv/bin/epam
+# chmod 4750 /var/lib/ejabberd/priv/bin/epam
 </PRE></LI><LI CLASS="li-itemize">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 <TT>kill(1)</TT> <TT>epam</TT> process periodically to reduce its memory
index 3802767de9262a02becb8f5bc3a973342d448d42..eedb6e044f5e54d50a954f8ef7b4be36299fc736 100644 (file)
@@ -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