'self-service.claremontmakerspace.org' ); $wgLDAPPort = array( 'CMS' => 7389 ); $wgLDAPEncryptionType = array( 'CMS' => 'clear' ); $wgLDAPSearchStrings = array( 'CMS' => 'uid=USER-NAME,cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org' ); # LDAP proxy bind // $wgLDAPProxyAgent = array( 'CMS' => 'cn=LDAPSearch,cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org' ); // $wgLDAPProxyAgentPassword = array( 'CMS' => '' ); // $wgLDAPSearchAttributes = array( 'CMS' => 'uid' ); // $wgLDAPBaseDNs = array( 'CMS' => 'dc=claremontmakerspace,dc=org' ); # To pull e-mail address from LDAP $wgLDAPPreferences = array( 'CMS' => array( 'email' => 'mail')); $wgShowExceptionDetails = true; wfLoadExtension( 'VisualEditor' ); $wgDefaultUserOptions['visualeditor-enable'] = 1; $wgDefaultUserOptions['visualeditor-editor'] = "visualeditor"; # Don't allow users to disable it //$wgHiddenPrefs[] = 'visualeditor-enable'; # OPTIONAL: Enable VisualEditor's experimental code features #$wgDefaultUserOptions['visualeditor-enable-experimental'] = 1; $wgVirtualRestConfig['modules']['parsoid'] = array( 'url' => 'http://parsoid:8000', 'domain' => 'claremontmakerspace', );