switch spaces to tabs

This commit is contained in:
Christopher Tran 2018-10-27 17:05:46 -04:00
parent 8e7f703af7
commit 730cb78b45

View File

@ -148,7 +148,7 @@ return [
'user_to_groups' => env('LDAP_USER_TO_GROUPS',false),
'group_attribute' => env('LDAP_GROUP_ATTRIBUTE', 'memberOf'),
'remove_from_groups' => env('LDAP_REMOVE_FROM_GROUPS',false),
'tls_insecure' => env('LDAP_TLS_INSECURE', false),
'tls_insecure' => env('LDAP_TLS_INSECURE', false),
]
];