1
0
mirror of https://github.com/moparisthebest/user_sql synced 2024-11-21 16:55:02 -05:00
Go to file
2013-01-10 08:06:49 +01:00
appinfo Fixed another possible SQL injection problem 2013-01-02 12:58:50 +01:00
js Initial import. 2012-11-27 12:29:42 +01:00
templates Added more encryption types based on PostfixAdmin 2012-12-15 11:19:21 +01:00
.hgtags Removed tag 0.5 2012-12-15 11:21:59 +01:00
README.md Updated README 2012-12-21 12:26:58 +01:00
settings.php Added more encryption types based on PostfixAdmin 2012-12-15 11:19:21 +01:00
user_sql.php Change pacrypt() to support more system encryption schemes 2013-01-10 08:06:49 +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