Fix indentation in LocalSettings.php
This commit is contained in:
parent
ef3a0d6e4c
commit
4a00e884b5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user