aboutsummaryrefslogtreecommitdiff
path: root/examples/extauth (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-03Update example extauth script with tryregister, removeuser and removeuser3 ↵Badlop1-0/+16
(EJAB-641)
2010-05-10Optionally cache extauth users in mnesia (EJAB-641)Badlop1-0/+0
2007-11-22* examples/extauth/check_pass_null.pl: Fixed externalMickaël Rémond1-1/+1
authentication example script (EJAB-404) SVN Revision: 973
2007-09-03* examples/extauth/check_pass_null.pl: Perl is generally availableMickaël Rémond1-1/+1
as a default in most Linux distributions. SVN Revision: 915
2004-07-30* examples/extauth/check_pass_null.pl: A reference "null"Alexey Shchepin1-0/+50
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