summaryrefslogtreecommitdiff
path: root/www/mod_auth_mellon/files/pkg-message.in
blob: 5afe48c5d6675e9d476b39be14b086222cdd99c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
===========================================================================
Please add the following to %%PREFIX%%/%%APACHEETCDIR%%/httpd.conf:
LoadModule auth_mellon_module %%APACHEMODDIR%%/mod_auth_mellon.so

Then create your configuration.  Examples can be found here:
https://github.com/latchset/mod_auth_mellon

The metadata creation script can be found here:
%%DATADIR%%/mellon_create_metadata.sh
===========================================================================
EOM
}
]