From 43d687676cd653f0b920e9d69d1b75a66a10618d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Sat, 28 Oct 2006 16:51:46 +0000 Subject: * src/ejabberd.cfg.example: Changed the anonymous example a bit to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667 --- doc/guide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 33108e83..01e0d6f1 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -847,7 +847,7 @@ To enable anonymous login on all virtual hosts: {anonymous_protocol, login_anon}]}.
  • To enable anonymous login and internal authentication on a virtual host:
    -{host_config, "public.example.org", [{auth_method, [anonymous,internal]},
    +{host_config, "public.example.org", [{auth_method, [internal,anonymous]},
                                          {anonymous_protocol, login_anon}]}.
     
  • To enable SASL Anonymous on a virtual host:
    @@ -860,7 +860,7 @@ To enable anonymous login on all virtual hosts:
     
  • To enable SASL Anonymous, anonymous login, and internal authentication on a virtual host:
    -{host_config, "public.example.org", [{auth_method, [anonymous,internal]},
    +{host_config, "public.example.org", [{auth_method, [internal,anonymous]},
                                          {anonymous_protocol, both}]}.
     
    -- cgit v1.2.3