mirror of
https://github.com/humhub/humhub.git
synced 2025-03-18 14:09:45 +01:00
Added compatibility layer class
This commit is contained in:
parent
511df43fb7
commit
697799d289
23
protected/humhub/modules/user/authclient/ZendLdapClient.php
Normal file
23
protected/humhub/modules/user/authclient/ZendLdapClient.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* @link https://www.humhub.org/
|
||||
* @copyright Copyright (c) 2019 HumHub GmbH & Co. KG
|
||||
* @license https://www.humhub.com/licences
|
||||
*/
|
||||
|
||||
namespace humhub\modules\user\authclient;
|
||||
|
||||
|
||||
use humhub\modules\ldap\authclient\LdapAuth;
|
||||
|
||||
/**
|
||||
* Class ZendLdapClient
|
||||
*
|
||||
* @deprecated since 1.4
|
||||
* @see LdapAuth
|
||||
* @package humhub\modules\user\authclient
|
||||
*/
|
||||
class ZendLdapClient extends LdapAuth
|
||||
{
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user