]> BookStack Code Mirror - bookstack/commitdiff
switch spaces to tabs 1096/head
authorChristopher Tran <redacted>
Sat, 27 Oct 2018 21:05:46 +0000 (17:05 -0400)
committerChristopher Tran <redacted>
Sat, 27 Oct 2018 21:05:46 +0000 (17:05 -0400)
config/services.php

index 47fd2f2ff3db736388c0b13f2ff1f535ce043b3f..98b1fce8eead176c29e9b52fb9b2f6b4c5cdb5cb 100644 (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),
        ]
 
 ];