diff options
author | manu <manu> | 2009-03-02 16:47:42 +0000 |
---|---|---|
committer | manu <manu> | 2009-03-02 16:47:42 +0000 |
commit | bcf5221fd583b0a3d7282ea1cb4bca27e8c5ac61 (patch) | |
tree | c0df8110910daac6277fbd4d559b1e7bfe37112f /www/ap2-auth-mellon/MESSAGE | |
parent | 8c119249fffdc86194177435bde53e74409f4881 (diff) | |
download | pkgsrc-bcf5221fd583b0a3d7282ea1cb4bca27e8c5ac61.tar.gz |
mod_auth_mellon is a authentication module for apache. It authenticates
the user against a SAML 2.0 IdP, and and grants access to directories
depending on attributes received from the IdP.
Diffstat (limited to 'www/ap2-auth-mellon/MESSAGE')
-rw-r--r-- | www/ap2-auth-mellon/MESSAGE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/ap2-auth-mellon/MESSAGE b/www/ap2-auth-mellon/MESSAGE new file mode 100644 index 00000000000..94fa4db465c --- /dev/null +++ b/www/ap2-auth-mellon/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2009/03/02 16:47:42 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 + +=========================================================================== |