From 6b08aa6d30e2e744b256db4a60dabfb57f167fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 17 Oct 2006 12:40:48 +0000 Subject: [PATCH] * ChangeLog: Fixed typo. SVN Revision: 662 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 60f12f98f..f554609a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2006-10-17 Mickael Remond * src/ejabberd_auth_ldap.erl: LDAP authentication now allows to - match on several alternative attributes. + match on several alternative attributes (thanks to Evgeniy + Khramtsov). * src/mod_vcard_ldap.erl: Likewise. * doc/guide.tex: Updated. * eldap_utils.erl: Refactoring.