Update LDAP auth host

This commit is contained in:
Adam Goldsmith 2022-08-02 22:33:43 -04:00
parent 1bb55160e0
commit f951c616cf

View File

@ -182,7 +182,7 @@ $LDAPProviderDomainConfigProvider = function() use ($secrets) {
$config = [
'CMS' => [
"connection" => [
"server" => "self-service.claremontmakerspace.org",
"server" => "innerweb.claremontmakerspace.org",
"port" => 7636,
"enctype" => "ssl",
"user" => "uid=LDAPSearch,cn=users,dc=sawtooth,dc=claremontmakerspace,dc=org",