diff options
author | Alexey Shchepin <alexey@process-one.net> | 2004-07-30 21:09:55 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2004-07-30 21:09:55 +0000 |
commit | 6cd02b971457219aa239d5f76dfb98c8e7fa397f (patch) | |
tree | c41fd747d55b8825d8e88f10aba0afa7a4723d98 /ChangeLog | |
parent | * src/tls/tls_drv.c: Added freeing of SSL stuff (diff) |
* examples/extauth/check_pass_null.pl: A reference "null"
implementation of external authentification script (thanks to Leif
Johansson)
* src/extauth.erl: Support for external authentification
(thanks to Leif Johansson)
* src/ejabberd_auth.erl: Likewise
* src/mod_vcard_ldap.erl: A drop-in replacement for mod_vcard.erl
which uses ldap for JUD and vCard (thanks to Leif Johansson)
SVN Revision: 251
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-07-30 Alexey Shchepin <alexey@sevcom.net> + + * examples/extauth/check_pass_null.pl: A reference "null" + implementation of external authentification script (thanks to Leif + Johansson) + + * src/extauth.erl: Support for external authentification + (thanks to Leif Johansson) + * src/ejabberd_auth.erl: Likewise + + * src/mod_vcard_ldap.erl: A drop-in replacement for mod_vcard.erl + which uses ldap for JUD and vCard (thanks to Leif Johansson) + 2004-07-28 Alexey Shchepin <alexey@sevcom.net> * src/tls/tls_drv.c: Added freeing of SSL stuff |