plain_password_required() ->
true.
+store_type() ->
+ external.
+
%% @spec (User, Server, Password) -> bool()
%% User = string()
%% Server = string()
%% Password = string()
-store_type() ->
- external.
-
check_password(User, Server, Password) ->
case get_cache_option(Server) of
false -> check_password_extauth(User, Server, Password);
plain_password_required() ->
true.
+store_type() ->
+ external.
+
%% @spec (User, Server, Password) -> bool()
%% User = string()
%% Server = string()
%% Password = string()
-store_type() ->
- external.
-
check_password(User, Server, Password) ->
%% In LDAP spec: empty password means anonymous authentication.
%% As ejabberd is providing other anonymous authentication mechanisms