summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-03-27 00:28:44 +0000
committerBadlop <badlop@process-one.net>2008-03-27 00:28:44 +0000
commite13908c26c7f7e23cd95599c4639483fce5d73e5 (patch)
tree941b4ff7885c3fd46ea173429eb8dfff17f5a4c8
parent* src/Makefile.in: Support for parallel compilation with 'make -j' (diff)
* doc/guide.tex: Fix epam location (thanks to Evgeniy Khramtsov)
* doc/guide.html: Likewise SVN Revision: 1259
-rw-r--r--ChangeLog5
-rw-r--r--doc/guide.html4
-rw-r--r--doc/guide.tex4
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 03e4b422..896a3c05 100644
--- 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'
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 <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
diff --git a/doc/guide.tex b/doc/guide.tex
index 3802767d..eedb6e04 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