summaryrefslogtreecommitdiff
path: root/src/eldap/eldap_utils.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-12-06 22:12:27 +0000
committerBadlop <badlop@process-one.net>2007-12-06 22:12:27 +0000
commitd625fc80fc94feb24484050972509242f56cc67b (patch)
tree1d5db8e3bd548ee3f51581b271d7e2a671fd8c1e /src/eldap/eldap_utils.erl
parent* src/ejabberdctl.cfg.example: Explain that each connection uses (diff)
* src/acl.erl and other 64 files: Remove Erlang module attribute
'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
Diffstat (limited to '')
-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 f22d6bd1..5b6275fa 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).