mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
Document ldap_userjidattr option
This commit is contained in:
parent
cdb286d1d1
commit
aefe3f8585
@ -753,6 +753,12 @@ mod_doc() ->
|
|||||||
"'ldap_memberattr' attribute of a group object. "
|
"'ldap_memberattr' attribute of a group object. "
|
||||||
"Retrieved from results of the \"User Filter\". "
|
"Retrieved from results of the \"User Filter\". "
|
||||||
"Defaults to 'cn'.")}},
|
"Defaults to 'cn'.")}},
|
||||||
|
{ldap_userjidattr,
|
||||||
|
#{desc =>
|
||||||
|
?T("The name of the attribute which is used to map user id "
|
||||||
|
"to XMPP jid. If not specified (and that is default value "
|
||||||
|
"of this option), user jid will be created from user id and "
|
||||||
|
" this module host.")}},
|
||||||
%% Control parameters:
|
%% Control parameters:
|
||||||
{ldap_memberattr_format,
|
{ldap_memberattr_format,
|
||||||
#{desc =>
|
#{desc =>
|
||||||
|
Loading…
Reference in New Issue
Block a user