Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/eldap/eldap_utils.erl')
-rw-r--r--src/eldap/eldap_utils.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eldap/eldap_utils.erl b/src/eldap/eldap_utils.erl
index f22d6bd16..5b6275faf 100644
--- a/src/eldap/eldap_utils.erl
+++ b/src/eldap/eldap_utils.erl
@@ -8,7 +8,6 @@
-module(eldap_utils).
-author('mickael.remond@process-one.net').
--svn('$Revision$ ').
-export([generate_subfilter/1,
find_ldap_attrs/2,
@@ -124,4 +123,4 @@ uids_domain_subst(Host, UIDs) ->
{U, eldap_filter:do_sub(V,[{"%d", Host}])};
(A) -> A
end,
- UIDs). \ No newline at end of file
+ UIDs).