Behaviours: gen_server.
build_sfilter(State, FormattedUIDs) -> any()
build_ufilter(State, VHost) -> any()
check_local_config(Host) -> any()
check_local_filter(Attrs, State) -> any()
check_password(User, Server, Password) -> bool()
check_password(User, Server, Password, Digest, DigestGen) -> bool()
check_password_ldap(User, Server, Password) -> bool()
code_change(OldVsn, State, Extra) -> any()
dirty_get_registered_users() -> [{LUser, LServer}]
dn_filter(DN, Server, Attrs, State) -> any()
find_user_dn(User, Server, State) -> any()
get_password(User, Server) -> bool()
get_password_s(User, Server) -> nil()
get_state(Server) -> any()
get_vh_registered_users(Server) -> [{LUser, LServer}]
get_vh_registered_users_ldap(Server) -> [{LUser, LServer}]
get_vh_registered_users_number(Server) -> Users_Number
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(Host) -> {ok, State}
is_user_exists(User, Server) -> true | false | {error, Error}
is_user_exists_ldap(User, Server) -> bool()
is_valid_dn(DN, Server, Attrs, State) -> any()
local_filter(X1, Attrs, FilterMatch) -> any()
parse_options(Host) -> any()
plain_password_required() -> true
remove_user(User, Server) -> {error, not_allowed}
remove_user(User, Server, Password) -> not_allowed
result_attrs(State) -> any()
set_password(User, Server, Password) -> {error, Reason} | ok
start(Host) -> term()
start_link(Host) -> term()
stop(Host) -> term()
store_type() -> any()
try_register(User, Server, Password) -> {error, not_allowed}
Generated by EDoc, May 23 2012, 07:15:17.