From 730cb78b455b75d1503008cbf39904898af3ffa1 Mon Sep 17 00:00:00 2001 From: Christopher Tran Date: Sat, 27 Oct 2018 17:05:46 -0400 Subject: [PATCH] switch spaces to tabs --- config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.php b/config/services.php index 47fd2f2ff..98b1fce8e 100644 --- a/config/services.php +++ b/config/services.php @@ -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), ] ];