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:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-09-19 10:58:55 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-09-19 10:58:55 +0400
commit33766a124dd569222c9dd1d2a3b39bc38855b783 (patch)
tree62e16892e3e5449ee73ca66d268c543228330089 /doc
parentede8d57373807ec81f5a7c71dc173f12789cdd66 (diff)
New option support: ldap_deref_aliases (EJAB-639)
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 5e3ce7d25..afbbbd997 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -2303,6 +2303,7 @@ the value previously stored in the database will be used instead of the default
is~\term{""} which means `anonymous connection'.
\titem{\{ldap\_password, Password\}} \ind{options!ldap\_password}Bind password. The default
value is \term{""}.
+\titem{\{ldap\_deref\_aliases, never|always|finding|searching\}} \ind{options!ldap\_deref\_aliases} Whether or not to dereference aliases. The default is \term{never}.
\end{description}
Example:
@@ -4689,8 +4690,9 @@ 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:
\option{ldap\_servers}, \option{ldap\_port}, \option{ldap\_rootdn},
-\option{ldap\_password}, \option{ldap\_base}, \option{ldap\_uids}, and
-\option{ldap\_filter}. See section~\ref{ldapauth} for detailed information
+\option{ldap\_password}, \option{ldap\_base}, \option{ldap\_uids},
+\option{ldap\_deref\_aliases} and \option{ldap\_filter}.
+See section~\ref{ldapauth} for detailed information
about these options. If one of these options is not set, \ejabberd{} will look
for the top-level option with the same name.