summaryrefslogtreecommitdiff
path: root/examples/extauth (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update example extauth script with tryregister, removeuser and removeuser3 ↵Badlop2010-12-031-0/+16
| | | | (EJAB-641)
* Optionally cache extauth users in mnesia (EJAB-641)Badlop2010-05-101-0/+0
|
* * examples/extauth/check_pass_null.pl: Fixed externalMickaël Rémond2007-11-221-1/+1
| | | | | | authentication example script (EJAB-404) SVN Revision: 973
* * examples/extauth/check_pass_null.pl: Perl is generally availableMickaël Rémond2007-09-031-1/+1
| | | | | | as a default in most Linux distributions. SVN Revision: 915
* * examples/extauth/check_pass_null.pl: A reference "null"Alexey Shchepin2004-07-301-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