diff --git a/LocalSettings.php b/LocalSettings.php index 7f974af..133c13d 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -172,6 +172,7 @@ $wgScribuntoDefaultEngine = 'luastandalone'; $wgScribuntoUseCodeEditor = "true"; # LDAP +putenv('LDAPTLS_REQCERT=never'); wfLoadExtension( 'PluggableAuth' ); wfLoadExtension( 'LDAPProvider' ); wfLoadExtension( 'LDAPUserInfo' ); @@ -181,8 +182,8 @@ $LDAPProviderDomainConfigProvider = function() use ($secrets) { 'CMS' => [ "connection" => [ "server" => "self-service.claremontmakerspace.org", - "port" => 7389, - "enctype" => "clear", + "port" => 7636, + "enctype" => "ssl", "user" => "uid=LDAPSearch,cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org", "pass" => $secrets['LDAPPass'], "options" => [