From 4a00e884b58da17ef4219a7bee6436e73e243c22 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 16 Jun 2020 12:04:10 -0400 Subject: [PATCH] Fix indentation in LocalSettings.php --- LocalSettings.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/LocalSettings.php b/LocalSettings.php index 46d349f..f3c61b5 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -178,8 +178,8 @@ $LDAPProviderDomainConfigProvider = function() use ($secrets) { 'CMS' => [ "connection" => [ "server" => "self-service.claremontmakerspace.org", - "port" => 7389, - "enctype" => "clear", + "port" => 7389, + "enctype" => "clear", "user" => "uid=LDAPSearch,cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org", "pass" => $secrets['LDAPPass'], "options" => [ @@ -194,13 +194,13 @@ $LDAPProviderDomainConfigProvider = function() use ($secrets) { "realnameattribute" => "cn", "emailattribute" => "mail" ], - "authentication" => [ - "usernameattribute" => "uid", - "realnameattribute" => "cn", - "emailattribute" => "mail" - ], + "authentication" => [ + "usernameattribute" => "uid", + "realnameattribute" => "cn", + "emailattribute" => "mail" + ], "userinfo" => [ - "email" => "mail", + "email" => "mail", "realname" => "cn", "properties.gender" => "gender" ] @@ -218,8 +218,8 @@ $wgDefaultUserOptions['visualeditor-editor'] = "visualeditor"; # OPTIONAL: Enable VisualEditor's experimental code features #$wgDefaultUserOptions['visualeditor-enable-experimental'] = 1; $wgVirtualRestConfig['modules']['parsoid'] = array( - 'url' => 'http://parsoid:8000', - 'domain' => 'claremontmakerspace', + 'url' => 'http://parsoid:8000', + 'domain' => 'claremontmakerspace', ); require_once "$IP/extensions/Widgets/Widgets.php";