1
0
Fork 0
Datei suchen
Andreas Boehler eae75ba236 Fix a few typos 2016-12-30 15:00:16 +01:00
ajax Fix a few typos 2016-12-30 15:00:16 +01:00
appinfo Add option for forcing appending of default domain 2016-12-30 14:47:48 +01:00
css Add support for getHome() 2016-01-08 08:32:45 +01:00
js Add option for forcing appending of default domain 2016-12-30 14:47:48 +01:00
lib Add option for forcing appending of default domain 2016-12-30 14:47:48 +01:00
templates Fix a few typos 2016-12-30 15:00:16 +01:00
.hgignore Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
.hgtags Added tag v.2.3.1 for changeset 77b8809852f4 2016-11-04 10:19:19 +01:00
PasswordHash.php Change all occurences of == and != to === and !== according to the 2015-07-27 09:08:45 +02:00
README.md Password changing must be explicitly enabled now. 2014-12-29 10:56:36 +01:00
dovecot_hmacmd5.php Add initial (untested) support for CRAM-MD5 and HMAC-MD5. 2016-12-03 11:27:47 +01:00
settings.php Add Multi-Host support and fixes for ownCloud 8.1 2015-07-27 15:02:10 +02:00
user_sql.php Add option for forcing appending of default domain 2016-12-30 14:47:48 +01:00

README.md

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.

Password changing is disabled by default, but can be enabled in the Admin area. Caution: user_sql does not recreate password salts, which imposes a security risk. Password salts should be newly generated whenever the password changes.

Credits

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