From e6ecb38ed97aff5dcbc42bee709b3dc470706fd3 Mon Sep 17 00:00:00 2001 From: Badlop Date: Sat, 21 Feb 2009 09:19:11 +0000 Subject: [PATCH] Merge r1836 from trunk: * doc/guide.tex: Explain that account creation is only supported by internal and odbc authentication methods * doc/guide.html: Likewise SVN Revision: 1896 --- ChangeLog | 4 ++++ doc/guide.html | 4 ++-- doc/guide.tex | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) 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.

    Internal

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