Red Hat NETSCAPE ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Guía de usuario Pagina 118

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 328
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 117
Chapter 3: Authentication and Access Control for the Interstage HTTP Server
3-22
Example
Running the online collation function without using SSL, under the following settings:
Directory server 'hostname'
Port number '389'
BindDN name used to access the directory server 'cn=manager,ou=interstage,o=fujitsu,dc=com'
Name of the tree containing user information on the directory server
'ou=User,ou=interstage,o=fujitsu,dc=com'
# Add the module (Delete the comment)
LoadModule mod_ldap_module libexec/mod_ldap.so
AddModule mod_ldap.c
# Directory
<Directory "/opt/FJSVihs/htdocs/securityzone">
# BindDN name used to access the directory server
AuthLDAPBindDN cn=manager,ou=interstage,o=fujitsu,dc=com
# Password for the BindDN-name
AuthLDAPBindPassword password
# Specify whether to enable LDAP authentication (on: enable, off: disable).
AuthLDAPEnabled on
# Title displayed on the authentication window
AuthName "title"
# Basic authentication
AuthType Basic
# Name of the host running the directory server
AuthLDAPHost hostname
# Port number of the directory server
# (389:optional value for not using SSL, 636:optional value for using SSL)
AuthLDAPPort 389
# Name of the tree containing user information on the directory server
AuthLDAPbasedn ou=User,ou=interstage,o=fujitsu,dc=com
# Rule to be applied for LDAP authentication
Require valid-user
# Specify whether to enable SSL (off: disable, on: enable).
AuthLDAPSecure off
</Directory>
Vista de pagina 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 327 328

Comentarios a estos manuales

Sin comentarios