summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-01-20 22:38:29 +0000
committerBadlop <badlop@process-one.net>2009-01-20 22:38:29 +0000
commitd6fa5c2903e02d860446418cdef5ecbf1f9baf37 (patch)
tree23b54a11e4e02057b648ba897a2eb1f753249f7f /doc
parent* src/Makefile.in: The path to the installed copy of ejabberd (diff)
* doc/guide.tex: Explain that account creation is only supported
by internal and odbc authentication methods * doc/guide.html: Likewise SVN Revision: 1836
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.html2
-rw-r--r--doc/guide.tex2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html
index 5bf0b4a2..5982ab9f 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -959,7 +959,7 @@ example authentication scripts</A>.
<A HREF="#mssql">3.2.2</A> and <A HREF="#odbc">3.2.4</A>.
</LI><LI CLASS="li-itemize">anonymous &#X2014; See section&#XA0;<A HREF="#saslanonymous">3.1.4</A>.
</LI><LI CLASS="li-itemize">pam &#X2014; See section&#XA0;<A HREF="#pam">3.1.4</A>.
-</LI></UL><P> <A NAME="internalauth"></A> </P><!--TOC subsubsection Internal-->
+</LI></UL><P>Account creation is only supported by internal and odbc methods.</P><P> <A NAME="internalauth"></A> </P><!--TOC subsubsection Internal-->
<H4 CLASS="subsubsection"><!--SEC ANCHOR --><A HREF="#internalauth">Internal</A></H4><!--SEC END --><P> <A NAME="internalauth"></A>
</P><P><TT>ejabberd</TT> uses its internal Mnesia database as the default authentication method.</P><UL CLASS="itemize"><LI CLASS="li-itemize">
<TT>auth_method</TT>: The value <TT>internal</TT> will enable the internal
diff --git a/doc/guide.tex b/doc/guide.tex
index 04e87e3b..b722e1bc 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -1121,6 +1121,8 @@ The following authentication methods are supported by \ejabberd{}:
\item pam --- See section~\ref{pam}.
\end{itemize}
+Account creation is only supported by internal and odbc methods.
+
\makesubsubsection{internalauth}{Internal}
\ind{internal authentication}\ind{Mnesia}