1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-10-31 15:35:05 -04:00
Go to file
2014-12-29 10:38:20 +01:00
ajax Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
appinfo Version bump to 1.0 2014-11-18 22:02:26 +01:00
css Update Settings for ownCloud 7 and fix a long-pending "checkbox" bug 2014-10-27 20:23:32 +01:00
js Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
templates Add support for SSHA256 (thanks to Dominik Grothaus) 2014-12-29 10:38:20 +01:00
.hgignore Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
.hgtags Added tag v0.7 for changeset 845b75d72ec1 2013-02-12 10:41:36 +01:00
README.md Updated README 2012-12-21 12:26:58 +01:00
settings.php Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
user_sql.php Add support for SSHA256 (thanks to Dominik Grothaus) 2014-12-29 10:38:20 +01:00

user_sql

Owncloud SQL authentification

This is plugin is heavily based on user_imap, user_pwauth, user_ldap and user_redmine!

Enable it in your Admin -> Apps section and configure your server's details. Currently, it supports most of postfixadmin's encryption options, except dovecot and saslauthd. It was tested and developed for a postfixadmin database.

Credits

  • Johan Hendriks provided his user_postfixadmin
  • Ed Wildgoose for fixing possible SQL injection vulnerability