diff --git a/ChangeLog b/ChangeLog
index 9bbd71316..9ed3381a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-02-21 Badlop
+ * doc/guide.tex: Explain that account creation is only supported
+ by internal and odbc authentication methods
+ * doc/guide.html: Likewise
+
* src/mod_privacy.erl: Privacy list items must be processed in the
specified order (EJAB-848)
* src/mod_privacy_odbc.erl: Likewise
diff --git a/doc/guide.html b/doc/guide.html
index dc8016784..d028538b2 100644
--- a/doc/guide.html
+++ b/doc/guide.html
@@ -457,7 +457,7 @@ variable.
Install OpenSSL in C:\sdk\OpenSSL
and add C:\sdk\OpenSSL\lib\VC
to your path or copy the binaries to your system directory.
Install ZLib in C:\sdk\gnuWin32
. Copy
C:\sdk\GnuWin32\bin\zlib1.dll
to your system directory. If you change your path it should already be set after libiconv install.
-Make sure the you can access Erlang binaries from your path. For example: set PATH=%PATH%;"C:\sdk\erl5.5.5\bin"
+Make sure the you can access Erlang binaries from your path. For example: set PATH=%PATH%;"C:\sdk\erl5.6.5\bin"
Depending on how you end up actually installing the library you might need to check and tweak the paths in the file configure.erl.
While in the directory ejabberd\src
run:
configure.bat
@@ -892,7 +892,7 @@ example authentication scripts.
3.2.2 and 3.2.4.
anonymous — See section 3.1.4.
pam — See section 3.1.4.
-
+Account creation is only supported by internal and odbc methods.
ejabberd uses its internal Mnesia database as the default authentication method.
-
auth_method: The value internal will enable the internal
diff --git a/doc/guide.tex b/doc/guide.tex
index 0a3823643..4b47e48d1 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -1035,6 +1035,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}