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 17:03:36 +1000 |
commit | f3f80ea0ea10cca5ae62c92161a982cbf47ccd71 (patch) | |
tree | e43048025b861ec4f48e58128c8825576191d806 /doc/guide.tex | |
parent | Use NS_XBOSH instead of NS_BOSH (thanks to Janusz Dziemidowicz) (diff) |
New option support: ldap_deref_aliases (EJAB-639)
Conflicts:
src/ejabberd_auth_ldap.erl
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 28be76c66..e4d4c9264 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2355,6 +2355,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: @@ -4783,8 +4784,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. |