mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/eldap_utils.erl: Fixed missing export (EJAB-154).
SVN Revision: 671
This commit is contained in:
parent
85cbbeae23
commit
2cdb82260d
@ -1,3 +1,7 @@
|
||||
2006-11-04 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* src/eldap_utils.erl: Fixed missing export.
|
||||
|
||||
2006-10-29 Mickael Remond <mickael.remond@process-one.net>
|
||||
|
||||
* doc/guide.tex: XEP-0065 proxy documentation (thanks to Evgeniy
|
||||
|
@ -15,7 +15,8 @@
|
||||
get_ldap_attr/2,
|
||||
usort_attrs/1,
|
||||
get_user_part/2,
|
||||
make_filter/2]).
|
||||
make_filter/2,
|
||||
case_insensitive_match/2]).
|
||||
|
||||
%% Generate an 'or' LDAP query on one or several attributes
|
||||
%% If there is only one attribute
|
||||
|
Loading…
Reference in New Issue
Block a user