IBM HTTP Server for WebSphere Application Server, Versão 6.1
             Sistemas Operacionais: z/OS

             Personalize o índice e os resultados da procura
Este tópico se aplica apenas aos sistemas operacionais z/OS.

Authenticating with SAF on IBM HTTP Server (z/OS systems)

You can authenticate to the IBM HTTP Server on z/OS using HTTP basic authentication or client certificates with the System Authorization Facility (SAF) security product. Use SAF authentication for verification of user IDs and passwords or certificates.

Antes de Começar

In order to enable the SAF authentication function, add a LoadModule directive to the IBM HTTP Server httpd.conf file as follows:
LoadModule auth_saf_module modules/mod_auth_saf.so

Sobre Esta Tarefa

SAF authentication is provided by the mod_auth_saf module. The mod_auth_saf module allows the use of HTTP basic authentication or client certificates to restrict access by looking up users, groups, and SSL client certificates in SAF. This module also allows you to switch the thread from the server ID to another ID prior to responding to the request by using the SAFRunAS directive.

See SAF directives to obtain detailed descriptions of the SAF authorization directives for use with IBM HTTP Server.

Procedimento

  1. Determine the directory location you want to limit access to. For example: <Location "/admin-bin">.
  2. Add directives in httpd.conf to the directory location (container) to be protected with values specific to your environment. For example:
    • AuthName "Title of your protected Realm"
    • AuthType Basic
    • AuthSAF on
    • AuthSAFAuthoritative on
    • SAFRequire on
    • Require valid-user
    • SAFRunAs %%CLIENT%%
    • AuthSAFExpiration "EXPIRED PW: oldpw/newpw/newpw"
    • AuthSAFReEnter "New PW again:"



Subtópicos
SAF directives
Tópico de Tarefa    

Termos de Uso | Feedback

Última atualização: Feb 19, 2009 4:14:16 PM CST
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.ihs.doc/info/ihs/ihs/tihs_safconfigz.html