]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Explain that account creation is only supported
authorBadlop <badlop@process-one.net>
Tue, 20 Jan 2009 22:38:29 +0000 (22:38 +0000)
committerBadlop <badlop@process-one.net>
Tue, 20 Jan 2009 22:38:29 +0000 (22:38 +0000)
by internal and odbc authentication methods
* doc/guide.html: Likewise

SVN Revision: 1836

ChangeLog
doc/guide.html
doc/guide.tex

index 93772026d8a37f26999294aa654a16e6c1a88f99..b8999abbc6843a46f0fc2ba0846c711bb1b8a071 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-01-20  Badlop  <badlop@process-one.net>
 
+       * doc/guide.tex: Explain that account creation is only supported
+       by internal and odbc authentication methods
+       * doc/guide.html: Likewise
+
        * src/Makefile.in: The path to the installed copy of ejabberd
        Guide is set in the environment variable
        EJABBERD_DOC_PATH (EJAB-837).
index 5bf0b4a26aa0a9a7d94cafd3eac2a8ad9b8f9ed3..5982ab9fb98fbcff9fa77ab5226a277b6d683ee2 100644 (file)
@@ -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
index 04e87e3bfaa0a2df4265cdcc33ce850819b18aa8..b722e1bc2746433f060a0d76991741504c5119ad 100644 (file)
@@ -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}