* Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found)

This commit is contained in:
Ralf Becker 2016-07-09 09:19:17 +02:00
parent 8ef3dac777
commit dbf69a79c6

View File

@ -16,10 +16,8 @@ use EGroupware\Api;
/**
* Authentication based on SQL table and X.509 certificates
*
* @todo rewrite using auth_sql backend class
*/
class auth_sqlssl extends auth_sql
class Sqlssl extends Sql
{
/**
* password authentication