diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2011-09-19 16:58:55 +1000 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2011-09-19 16:58:55 +1000 |
commit | 33766a124dd569222c9dd1d2a3b39bc38855b783 (patch) | |
tree | 62e16892e3e5449ee73ca66d268c543228330089 /doc/guide.tex | |
parent | Fix dialyzer warnings (diff) |
New option support: ldap_deref_aliases (EJAB-639)
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 5e3ce7d2..afbbbd99 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. |