You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
ajax | 6 years ago | |
appinfo | 6 years ago | |
css | 7 years ago | |
js | 6 years ago | |
lib | 6 years ago | |
templates | 6 years ago | |
.hgignore | 8 years ago | |
.hgtags | 6 years ago | |
PasswordHash.php | 8 years ago | |
README.md | 8 years ago | |
dovecot_hmacmd5.php | 6 years ago | |
settings.php | 8 years ago | |
user_sql.php | 6 years ago |
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