Updated LDAP code #2085

This commit is contained in:
James Cole
2019-02-15 07:22:51 +01:00
parent 22bc6d507e
commit 0782354160
9 changed files with 95 additions and 71 deletions

View File

@@ -52,7 +52,6 @@ return [
| an array of configuration settings.
|
*/
'connections' => [
'default' => [
@@ -123,7 +122,7 @@ return [
|
*/
'connection_settings' => [
'settings' => [
/*
|--------------------------------------------------------------------------
@@ -207,22 +206,6 @@ return [
'base_dn' => env('ADLDAP_BASEDN', 'dc=temp'),
/*
|--------------------------------------------------------------------------
| Administrator Account Suffix / Prefix
|--------------------------------------------------------------------------
|
| This option allows you to set a different account prefix and suffix
| for your configured administrator account upon binding.
|
| If left empty or set to `null`, your `account_prefix` and
| `account_suffix` options above will be used.
|
*/
'admin_account_prefix' => env('ADLDAP_ADMIN_ACCOUNT_PREFIX', ''),
'admin_account_suffix' => env('ADLDAP_ADMIN_ACCOUNT_SUFFIX', ''),
/*
|--------------------------------------------------------------------------
| Administrator Username & Password