diff options
author | Badlop <badlop@process-one.net> | 2008-08-13 11:00:21 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-08-13 11:00:21 +0000 |
commit | 73a8d9e373cd0f8540c77d20b3a01d61b646f521 (patch) | |
tree | fa0aef30ed2bc10f5b04ee50f223e58d7ba16221 /doc/guide.tex | |
parent | fix contrib to ejabberd-modules trunk repository (diff) |
* doc/guide.tex: Explain that LDAP is read-only storage (thanks to
Evgeniy Khramtsov)
* doc/guide.html: Likewise
SVN Revision: 1521
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index e4bf8e777..afee33766 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1911,6 +1911,11 @@ module loaded! server and use LDAP directory as vCard storage. Shared rosters are not supported 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. + + \makesubsubsection{ldapconnection}{Connection} Parameters: @@ -3438,6 +3443,10 @@ Examples: implemented in the \modvcardldap{} module. This module does not depend on the authentication method (see~\ref{ldapauth}). +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 \modvcardldap{} 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: |