From 73a8d9e373cd0f8540c77d20b3a01d61b646f521 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 13 Aug 2008 11:00:21 +0000 Subject: * doc/guide.tex: Explain that LDAP is read-only storage (thanks to Evgeniy Khramtsov) * doc/guide.html: Likewise SVN Revision: 1521 --- doc/guide.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 572a5df9..413a3597 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1437,7 +1437,9 @@ module loaded!

3.2.5  LDAP

ejabberd has built-in LDAP support. You can authenticate users against LDAP server and use LDAP directory as vCard storage. Shared rosters are not supported -yet.

+yet.

Note that ejabberd treats LDAP as a read-only storage: +it is possible to consult data, but not possible to +create accounts, change password or edit vCard that is stored in LDAP.

Connection

Parameters:

ldap_servers
List of IP addresses or DNS names of your @@ -2673,7 +2675,9 @@ and that all virtual hosts will be searched instead of only the current one:

3.3.22  mod_vcard_ldap

ejabberd can map LDAP attributes to vCard fields. This behaviour is implemented in the mod_vcard_ldap module. This module does not depend on the -authentication method (see 3.2.5).

The mod_vcard_ldap module has +authentication method (see 3.2.5).

Note that ejabberd treats LDAP as a read-only storage: +it is possible to consult data, but not possible to +create accounts, change password or edit vCard that is stored in LDAP.

The mod_vcard_ldap 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: ldap_servers, ldap_port, ldap_rootdn, -- cgit v1.2.3