summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mellon/MESSAGE
blob: 02169a003ea9a14ad315dd21208cb6d8addaa415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
===========================================================================
$NetBSD: MESSAGE,v 1.3 2015/04/01 14:08:13 manu Exp $

In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:

  LoadModule auth_mellon_module lib/httpd/mod_auth_mellon.so

If upgrading from version prior 0.6.0, please not the following
backward-incompatible changes:

* The POST replay functionality has been disabled by default, and the
  automatic creation of the MellonPostDirectory target directory has been
  removed. If you want to use the POST replay functionality, create a
  directory accessible only by the apache user (e.g.: /var/spool/mellon)
  and add this after the LoadModule for mod_auth_mellon.so:

  MellonPostDirectory /var/spool/mellon

* Start discovery service when accessing the login endpoint. We used
  to bypass the discovery service in this case, and just pick the first
  IdP. This has been changed to send a request to the discovery service
  instead, if one is configured.

* The MellonLockFile default path has been changed to:
    /var/run/mod_auth_mellon.lock
  This only affects platforms where a lock file is required and
  where Apache doesn't have write access to that directory during
  startup. (Apache can normally create files in that directory
  during startup.)


===========================================================================