close
Warning:
Can't synchronize with repository "(default)" (/var/lib/svn/mod_papi does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
May 10, 2008, 3:10:02 PM (17 years ago)
- Author:
-
sergio
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
10 | 10 | |
11 | 11 | {{{ |
12 | | PAPIAcceptFile /etc/papi/gif/grbball.gif |
13 | | PAPIRejectFile /etc/papi/gif/redball.gif |
14 | | PAPIAuthLocation /PAPI/cookie_handler.cgi |
15 | | PAPILcookTimeout 1800 |
| 12 | PAPIAcceptFile /etc/papi/gif/grnball.gif |
| 13 | PAPIRejectFile /etc/papi/gif/redball.gif |
| 14 | PAPIKeysPath /etc/papi/keys |
| 15 | PAPIReqDBPath /var/cache/papi |
16 | 16 | |
17 | 17 | <Location /gpoa> |
18 | | AuthType PAPI |
19 | | Require valid-user |
20 | | PAPIServiceID TestGPoA |
21 | | PAPILKey 5e315ea1a70f26aeb3030989234b34fe |
22 | | PAPIGPoAURL wayf:built-in |
23 | | PAPIGPoAPrivKey /etc/papi/keys/TestGPoA/GPoA_privkey.pem |
24 | | PAPIPubkeysPath /etc/papi/keys/TestGPoA |
25 | | PAPIReqDB /etc/papi/db/TestGPoA.db |
26 | | PAPIAS MyAS http://eupaul26.uco.es/cgi-bin/AuthServer Test AuthServer 1 |
| 18 | AuthType PAPI |
| 19 | Require valid-user |
| 20 | PAPIServiceID TestGPoA |
| 21 | PAPIWAYF built-in |
| 22 | # PAPIAS MyAS http://eupaul26.uco.es/cgi-bin/AuthServer Test AuthServer 1 |
| 23 | PAPIAS UcoAS http://papi.uco.es/cgi-bin/AuthServer Universidad de Córdoba |
27 | 24 | </Location> |
28 | 25 | <Location /papi> |
29 | | AuthType PAPI |
30 | | Require valid-user |
31 | | PAPIServiceID TestPoA_GPoA |
32 | | PAPILKey 4e3122a1a70f2654b3030989234b34fe |
33 | | PAPIGPoAURL http://eupaul26.uco.es/gpoa/PAPI/cookie_handler.cgi |
34 | | PAPIPubkeysPath /etc/papi/keys/TestPoA_GPoA |
35 | | PAPIReqDB /etc/papi/db/TestPoA_GPoA.db |
| 26 | AuthType PAPI |
| 27 | Require valid-user |
| 28 | PAPIServiceID TestPoA_GPoA |
| 29 | PAPIGPoAURL http://eupaul26.uco.es/gpoa/PAPI/cookie_handler.cgi |
36 | 30 | </Location> |
37 | 31 | }}} |