blob: b4d9145cd5adffe2bc7c4d49bc6b5cf125c8c091 (
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
|
======================================================================
MOD_AUTH_SINGLEID README
This is an apache 2.x module for authenticating users against a single
OpenID 2.0 provider. Users are automatically redirected to the
identity provider when they first access the authenticated area.
REQUIREMENTS:
The following software must be installed on your system. For certain
OS's development headers must be included:
* libopkele (and dependencies)
* apache 2.x
BUILDING:
Building is a standard affair:
$ ./configure
$ make
# make install
You may want to use the --prefix and/or --enable-debug options to
./configure. See the INSTALL file for more options.
DOCUMENTATION:
For more documentation see:
http://memberwebs.com/stef/software/mod_auth_singleid
|