summaryrefslogtreecommitdiff
path: root/src/mod_shared_roster_ldap.erl
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2020-12-31 10:30:12 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2020-12-31 10:30:12 +0100
commitaefe3f8585d0d8bf2b7697d98537171a0d104e05 (patch)
treec3a0916988566d92ddd4ed710e21b66591614921 /src/mod_shared_roster_ldap.erl
parentAdd multi-domain support (and flexibility) to LDAP shared roster (rev2). (#3461) (diff)
Document ldap_userjidattr option
Diffstat (limited to 'src/mod_shared_roster_ldap.erl')
-rw-r--r--src/mod_shared_roster_ldap.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mod_shared_roster_ldap.erl b/src/mod_shared_roster_ldap.erl
index cdec4b20..a4b5c32d 100644
--- a/src/mod_shared_roster_ldap.erl
+++ b/src/mod_shared_roster_ldap.erl
@@ -753,6 +753,12 @@ mod_doc() ->
"'ldap_memberattr' attribute of a group object. "
"Retrieved from results of the \"User Filter\". "
"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:
{ldap_memberattr_format,
#{desc =>