Skip to content

deflomu/ejabberd_extauth_mysql_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

This script is originally from here:

http://tkabber.jabber.ru/files/contributions/check_mysql_python.txt

Requirements:

MySQLdb (install with: easy_install MySQL-python)

Things changed by elm:
 - use sha512 instead of md5
 - allow password changes
 - allow new users to register
 - users can be deleted
 - only connect to the database if a command is issued

This script now supports all actions that can be implemented by an extauth script.

About

External auth script written in python to authenticate ejabberd users against a mysql database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages