Attivazione autenticazione LDAP con registrazione utenti in DB
This commit is contained in:
15
app/Ldap/User.php
Normal file
15
app/Ldap/User.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Ldap;
|
||||
|
||||
use LdapRecord\Models\Model;
|
||||
|
||||
class User extends Model
|
||||
{
|
||||
/**
|
||||
* The object classes of the LDAP model.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $objectClasses = [];
|
||||
}
|
||||
Reference in New Issue
Block a user