Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-11-06 00:14:31 +0300
committerAlexey Shchepin <alexey@process-one.net>2004-11-06 00:14:31 +0300
commit2f7f3d9b001ee6276172d88525ec805e6bb6f52b (patch)
tree374bf023281e07a5acec65bbdb239acd3eb6ace0 /doc
parent7d683b194fbbc5e3edf5e549e3d28bf41cf68b9e (diff)
* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL
(thanks to Leif Johansson) * src/ejabberd_auth.erl: Added support for ldap_rootdn and ldap_password options (thanks to Stefan de Konink) * src/mod_vcard_ldap.erl: Likewise * src/ejabberd_router.erl: Now possible to route packet via function call instead of message sending * src/ejabberd_sm.erl: Added function route/3, use it in route table * src/ejabberd_local.erl: Likewise * src/ejabberd_s2s.erl: Likewise * (all): Fixed spelling of word "authentication" * src/*/Makefile.in: Replaced erlc with @ERLC@ SVN Revision: 285
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 9021e6d40..7a4e08f08 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -116,7 +116,7 @@ The main features of \ejabberd{} are:
\item Built-in web-based administration interface
\item Built-in \tjepref{0025}{HTTP Polling} service
\item SSL support
-\item Support for LDAP authentification
+\item Support for LDAP authentication
\item Ability to interface with external components (JIT, MSN-t, Yahoo-t, etc.)
\item Migration from jabberd14 is possible
\item Mostly XMPP-compliant
@@ -128,7 +128,7 @@ The main features of \ejabberd{} are:
The misfeatures of \ejabberd{} are:
\begin{itemize}
\item No support for virtual domains
-\item No support for authentification and STARTTLS in S2S connections
+\item No support for authentication and STARTTLS in S2S connections
\end{itemize}
@@ -655,7 +655,7 @@ with such config:
}.
\end{verbatim}
you should enter URL \verb|http://example.org:5280/admin/|. After
-authentification you should see something like in figure~\ref{fig:webadmmain}.
+authentication you should see something like in figure~\ref{fig:webadmmain}.
\begin{figure}[htbp]
\centering
\insimg{webadmmain.png}