aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard_ldap.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-11 15:49:06 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-11 15:49:06 +0300
commitcdb191bb48ec8aa251031f7de0f963dee00f3022 (patch)
tree60bf9e5712742c024f7f3aa039795410832f7bf2 /src/mod_vcard_ldap.erl
parentUse cache for authentication backends (diff)
Rename is_user_exists -> user_exists
Diffstat (limited to 'src/mod_vcard_ldap.erl')
-rw-r--r--src/mod_vcard_ldap.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_vcard_ldap.erl b/src/mod_vcard_ldap.erl
index f97eb18a9..967a2c4cf 100644
--- a/src/mod_vcard_ldap.erl
+++ b/src/mod_vcard_ldap.erl
@@ -148,7 +148,7 @@ search_items(Entries, State) ->
{U, UIDAttrFormat} ->
case eldap_utils:get_user_part(U, UIDAttrFormat) of
{ok, Username} ->
- case ejabberd_auth:is_user_exists(Username,
+ case ejabberd_auth:user_exists(Username,
LServer) of
true ->
RFields = lists:map(