diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2006-10-27 16:37:10 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2006-10-27 16:37:10 +0000 |
commit | 73e2972886613429cd9705cd023ca9ae331ebd85 (patch) | |
tree | 964048b3eb1ace8b2d7acb130dec9ffb5a0bcdd9 /doc/guide.html | |
parent | * src/ejabberd_rdbms.erl: It is now possible to use ldap or (diff) |
* src/guide.tex: Fixed typos.
SVN Revision: 665
Diffstat (limited to '')
-rw-r--r-- | doc/guide.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/guide.html b/doc/guide.html index df389668..33108e83 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -2762,16 +2762,15 @@ In this first situation, search results are limited to twenty items, <TT>ejabberd</TT> can map LDAP attributes to vCard fields. This behaviour is implemented in the <TT>mod_vcard_ldap</TT> module. This module does not depend on the -authentication method (see <A HREF="#sec:ldapauth">4.5.2</A>). The <TT>mod_vcard_ldap</TT> module -has its own optional parameters. The first group of parameters has the same +authentication method (see <A HREF="#sec:ldapauth">4.5.2</A>). The <TT>mod_vcard_ldap</TT> module has +its own optional parameters. The first group of parameters has the same meaning as the top-level LDAP parameters to set the authentication method: <TT>ldap_servers</TT>, <TT>ldap_port</TT>, <TT>ldap_rootdn</TT>, -<TT>ldap_password</TT>, <TT>ldap_base</TT>, <TT>ldap_uidattr</TT>, -<TT>ldap_uidattr_format</TT> and <TT>ldap_filter</TT>. See -section <A HREF="#sec:ldapauth">4.5.2</A> for detailed information about these options. If one -of these options is not set, <TT>ejabberd</TT> will look for the top-level option with -the same name. The second group of parameters consists of the following -<TT>mod_vcard_ldap</TT>-specific options: +<TT>ldap_password</TT>, <TT>ldap_base</TT>, <TT>ldap_uids</TT>, and +<TT>ldap_filter</TT>. See section <A HREF="#sec:ldapauth">4.5.2</A> for detailed information +about these options. If one of these options is not set, <TT>ejabberd</TT> will look +for the top-level option with the same name. The second group of parameters +consists of the following <TT>mod_vcard_ldap</TT>-specific options: <DL CLASS="description" COMPACT=compact><DT CLASS="dt-description"> <B><TT>hosts</TT></B><DD CLASS="dd-description"> This option defines the hostnames of the |