From: Badlop Date: Tue, 20 Jan 2009 22:38:29 +0000 (+0000) Subject: * doc/guide.tex: Explain that account creation is only supported X-Git-Tag: v2.1.0~18^2~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6fa5c2903e02d860446418cdef5ecbf1f9baf37;p=ejabberd * doc/guide.tex: Explain that account creation is only supported by internal and odbc authentication methods * doc/guide.html: Likewise SVN Revision: 1836 --- diff --git a/ChangeLog b/ChangeLog index 93772026d..b8999abbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-01-20 Badlop + * 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). diff --git a/doc/guide.html b/doc/guide.html index 5bf0b4a26..5982ab9fb 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -959,7 +959,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.

    Internal

    ejabberd uses its internal Mnesia database as the default authentication method.