mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
* src/ejabberd.cfg.example: Changed the anonymous example a bit
to work in most cases. * doc/guide.tex: Likewise. SVN Revision: 667
This commit is contained in:
parent
399d170a78
commit
43d687676c
4 changed files with 11 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-10-28 Mickael Remond <mickael.remond@process-one.net>
|
||||||
|
|
||||||
|
* src/ejabberd.cfg.example: Changed the anonymous example a bit to work
|
||||||
|
in most cases.
|
||||||
|
* doc/guide.tex: Likewise.
|
||||||
|
|
||||||
2006-10-28 Alexey Shchepin <alexey@sevcom.net>
|
2006-10-28 Alexey Shchepin <alexey@sevcom.net>
|
||||||
|
|
||||||
* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
|
* src/mod_proxy65/: XEP-0065 proxy (thanks to Evgeniy Khramtsov)
|
||||||
|
|
|
@ -847,7 +847,7 @@ To enable anonymous login on all virtual hosts:
|
||||||
{anonymous_protocol, login_anon}]}.
|
{anonymous_protocol, login_anon}]}.
|
||||||
</PRE><LI CLASS="li-itemize">To enable anonymous login and internal authentication on a virtual host:
|
</PRE><LI CLASS="li-itemize">To enable anonymous login and internal authentication on a virtual host:
|
||||||
<PRE CLASS="verbatim">
|
<PRE CLASS="verbatim">
|
||||||
{host_config, "public.example.org", [{auth_method, [anonymous,internal]},
|
{host_config, "public.example.org", [{auth_method, [internal,anonymous]},
|
||||||
{anonymous_protocol, login_anon}]}.
|
{anonymous_protocol, login_anon}]}.
|
||||||
</PRE><LI CLASS="li-itemize">To enable SASL Anonymous on a virtual host:
|
</PRE><LI CLASS="li-itemize">To enable SASL Anonymous on a virtual host:
|
||||||
<PRE CLASS="verbatim">
|
<PRE CLASS="verbatim">
|
||||||
|
@ -860,7 +860,7 @@ To enable anonymous login on all virtual hosts:
|
||||||
</PRE><LI CLASS="li-itemize">To enable SASL Anonymous, anonymous login, and internal authentication on
|
</PRE><LI CLASS="li-itemize">To enable SASL Anonymous, anonymous login, and internal authentication on
|
||||||
a virtual host:
|
a virtual host:
|
||||||
<PRE CLASS="verbatim">
|
<PRE CLASS="verbatim">
|
||||||
{host_config, "public.example.org", [{auth_method, [anonymous,internal]},
|
{host_config, "public.example.org", [{auth_method, [internal,anonymous]},
|
||||||
{anonymous_protocol, both}]}.
|
{anonymous_protocol, both}]}.
|
||||||
</PRE></UL>
|
</PRE></UL>
|
||||||
<!--TOC subsection Access Rules-->
|
<!--TOC subsection Access Rules-->
|
||||||
|
|
|
@ -696,7 +696,7 @@ Examples:
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\item To enable anonymous login and internal authentication on a virtual host:
|
\item To enable anonymous login and internal authentication on a virtual host:
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
{host_config, "public.example.org", [{auth_method, [anonymous,internal]},
|
{host_config, "public.example.org", [{auth_method, [internal,anonymous]},
|
||||||
{anonymous_protocol, login_anon}]}.
|
{anonymous_protocol, login_anon}]}.
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\item To enable SASL Anonymous on a virtual host:
|
\item To enable SASL Anonymous on a virtual host:
|
||||||
|
@ -712,7 +712,7 @@ Examples:
|
||||||
\item To enable SASL Anonymous, anonymous login, and internal authentication on
|
\item To enable SASL Anonymous, anonymous login, and internal authentication on
|
||||||
a virtual host:
|
a virtual host:
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
{host_config, "public.example.org", [{auth_method, [anonymous,internal]},
|
{host_config, "public.example.org", [{auth_method, [internal,anonymous]},
|
||||||
{anonymous_protocol, both}]}.
|
{anonymous_protocol, both}]}.
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
|
@ -110,7 +110,7 @@
|
||||||
%% {allow_multiple_connections, false},
|
%% {allow_multiple_connections, false},
|
||||||
%% {anonymous_protocol, sasl_anon}]}.
|
%% {anonymous_protocol, sasl_anon}]}.
|
||||||
%% To use both anonymous and internal authentication:
|
%% To use both anonymous and internal authentication:
|
||||||
%%{host_config, "public.example.org", [{auth_method, [anonymous, internal]}]}.
|
%%{host_config, "public.example.org", [{auth_method, [internal,anonymous]}]}.
|
||||||
|
|
||||||
% Default language for server messages
|
% Default language for server messages
|
||||||
{language, "en"}.
|
{language, "en"}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue