forked from extern/egroupware
* Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found)
This commit is contained in:
parent
8ef3dac777
commit
dbf69a79c6
@ -16,10 +16,8 @@ use EGroupware\Api;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Authentication based on SQL table and X.509 certificates
|
* 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
|
* password authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user