Uninett / mod_auth_mellon

An Apache module with a simple SAML 2.0 service provider
207 stars 182 forks source link

Fix misspelled config options in the user guide #215

Closed strangeglyph closed 5 years ago

strangeglyph commented 5 years ago

Compare https://github.com/Uninett/mod_auth_mellon/blob/master/auth_mellon_config.c#L1306

jhrozek commented 5 years ago

btw CI failed with:

The command "sudo apt-get install -qq "$APACHE_PKG" libglib2.0-dev liblasso3-dev libssl-dev" failed and exited with 100 during .

which seems quite unrelated.

olavmrk commented 5 years ago

btw CI failed with: [...] which seems quite unrelated.

Yes, it looks like Travis CI has changed the default build environment from Ubuntu 14.04 (Trusty) to Ubuntu 16.04 (Xenial):

https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476

It was a slow rollout, and appears to have reached this project in the last few weeks. I have merged #217, which pins mod_auth_mellon to use Ubuntu 14.04 (Trusty), and I am also working on a separate commit to bump it to Ubuntu 18.04 (Bionic).

olavmrk commented 5 years ago

Thanks for the documentation fixes I have merged this pull request now.