diff options
-rw-r--r-- | doc/guide.html | 6 | ||||
-rw-r--r-- | doc/guide.tex | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/guide.html b/doc/guide.html index e66dad55..86eb74c4 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -189,7 +189,7 @@ BLOCKQUOTE.figure DIV.center DIV.center HR{display:none;} </LI><LI CLASS="li-toc"><A HREF="#htoc78">5.2  epmd</A> </LI><LI CLASS="li-toc"><A HREF="#htoc79">5.3  Erlang Cookie</A> </LI><LI CLASS="li-toc"><A HREF="#htoc80">5.4  Erlang Node Name</A> -</LI><LI CLASS="li-toc"><A HREF="#htoc81">5.5  Securing Sensible Files</A> +</LI><LI CLASS="li-toc"><A HREF="#htoc81">5.5  Securing Sensitive Files</A> </LI></UL> </LI><LI CLASS="li-toc"><A HREF="#htoc82">Chapter 6  Clustering</A> <UL CLASS="toc"><LI CLASS="li-toc"> @@ -3741,8 +3741,8 @@ to difficult unauthorized access to your Erlang node. However, it is not ultimately effective to prevent access to the Erlang node, because it may be possible to fake the fact that you are on another network using a modified version of Erlang <TT>epmd</TT>. -The recommended way to secure the Erlang node is to block the port 4369.</P><P> <A NAME="secure-files"></A> </P><!--TOC section Securing Sensible Files--> -<H2 CLASS="section"><!--SEC ANCHOR --><A NAME="htoc81">5.5</A>  <A HREF="#secure-files">Securing Sensible Files</A></H2><!--SEC END --><P> <A NAME="secure-files"></A> </P><P><TT>ejabberd</TT> stores sensible data in the file system either in plain text or binary files. +The recommended way to secure the Erlang node is to block the port 4369.</P><P> <A NAME="secure-files"></A> </P><!--TOC section Securing Sensitive Files--> +<H2 CLASS="section"><!--SEC ANCHOR --><A NAME="htoc81">5.5</A>  <A HREF="#secure-files">Securing Sensitive Files</A></H2><!--SEC END --><P> <A NAME="secure-files"></A> </P><P><TT>ejabberd</TT> stores sensitive data in the file system either in plain text or binary files. The file system permissions should be set to only allow the proper user to read, write and execute those files and directories.</P><DL CLASS="description"><DT CLASS="dt-description"> <B><TT>ejabberd configuration file: /etc/ejabberd/ejabberd.cfg</TT></B></DT><DD CLASS="dd-description"> diff --git a/doc/guide.tex b/doc/guide.tex index 64d84cfb..ef950647 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -4814,9 +4814,9 @@ using a modified version of Erlang \term{epmd}. The recommended way to secure the Erlang node is to block the port 4369. -\makesection{secure-files}{Securing Sensible Files} +\makesection{secure-files}{Securing Sensitive Files} -\ejabberd{} stores sensible data in the file system either in plain text or binary files. +\ejabberd{} stores sensitive data in the file system either in plain text or binary files. The file system permissions should be set to only allow the proper user to read, write and execute those files and directories. |