PAPI Archivos

The PAPI authentication and authorization framework

PAPI@LISTSERV.REDIRIS.ES

Opciones: Vista Forum

Use Monospaced Font
Por defecto enseñar Text Part
Mostrar todas las cabeceras de correo

Mensaje: [<< Primero] [< Prev] [Siguiente >] [Último >>]
Tema: [<< Primero] [< Prev] [Siguiente >] [Último >>]
Autor: [<< Primero] [< Prev] [Siguiente >] [Último >>]

Print Responder
Subject:
Emisor:
Agustin Lopez <[log in para visualizar]>
Reply To:
The PAPI authentication and authorization framework <[log in para visualizar]>
Fecha:
Sat, 19 Jun 2010 14:49:31 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
Hola!

Alguien tiene un ejemplo de configuración de mod_papi
para apache2 que les funcione?

Estoy usando la rama trunk del modulo apache2.
El ejemplo de abajo muestra en el log todo el rato al acceder a
un recurso protegido:

>>> mod_papi: Lcook is empty

  <Location /protegido/>
    Options Indexes
    Order allow,deny
    Allow from all
    require valid-user

    AuthType PAPI
    AuthName "PAPI Auth"
    PAPIServiceID protegido
    PAPIAcceptFile /usr/local/PAPI/PoA/images/image_ok.png
    PAPIRejectFile /usr/local/PAPI/PoA/images/image_nok.png
    PAPILcookTimeout 18000
    PAPIURLTimeout 1800
    PAPIAuthLocation cookie_handler.cgi
    PAPIAS "UVAS" "https://as.uv.es/cgi-bin/AuthServer" "El AS de la UV"
    PAPIReqDB req_db_poa2.mldbm
    PAPIReqDBPath /usr/local/PAPI/PoA/
    PAPIWAYF wayf
    PAPIKeysPath /usr/local/PAPI/PoA/KEYS/
    PAPIRemoteUserAttribute uid
  </Location>


Gracias,
Agustín

ATOM RSS1 RSS2