Fixes for testing now that we are using directorytree/ldaprecord-laravel
This commit is contained in:
parent
15ff508429
commit
1ebdffa358
@ -43,12 +43,8 @@ PUSHER_APP_CLUSTER=mt1
|
||||
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
||||
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||
|
||||
LDAP_LOGGING=true
|
||||
LDAP_AUTO_CONNECT=false
|
||||
LDAP_HOSTS=ldap
|
||||
LDAP_HOST=ldap
|
||||
LDAP_PORT=389
|
||||
LDAP_BASE_DN="dc=Test"
|
||||
LDAP_USERNAME=
|
||||
LDAP_PASSWORD=
|
||||
LDAP_ACCOUNT_PREFIX=
|
||||
LDAP_ACCOUNT_SUFFIX=
|
||||
|
@ -1,14 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Schema;
|
||||
|
||||
use Adldap\Schemas\OpenLDAP;
|
||||
use App\LdapUser;
|
||||
|
||||
class Adldap extends OpenLDAP
|
||||
{
|
||||
public function userModel()
|
||||
{
|
||||
return LdapUser::class;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user