MACROMEDIA BREEZE-CLUSTERING BREEZE LIVE Manual de usuario Pagina 46

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 62
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 45
ADOBE CONNECT ENTERPRISE SERVER 6
Installation and Configuration Guide
43
CN = Andrew Davis
CN = Users
DC = asp
DC = sflab
DC = macromedia
DC = com
4. Configure Connect Enterprise Server to use HTTP-header authentication.
In the file [root_install_dir]\appserv\conf\WEB-INF\web.xml, uncomment the following code:
<filter-mapping>
<filter-name>HeaderAuthenticationFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Choose Start > All Programs > Adobe Connect Enterprise Server > Stop Adobe Connect Enterprise Server and Stop
Adobe Connect Enterprise Meeting Server to stop the server. In the custom.ini file in the root installation directory,
add the following line:
HTTP_AUTH_HEADER=hah_login
Save the custom.ini file and restart Connect Enterprise.
5. Configure the F5 application logic.
The application logic in F5 parses the subject field of the client certificate for the e-mail address and passes it to
Connect Enterprise in an additional HTTP header.
A client that doesnt have a certificate is rejected. If a client has a certificate, the certificate must be authenticated.
Example authentication mechanisms are OCSP (Online Certification Status Protocol) and LDAP lookup.
Oncethecertificateisauthenticated,parseitforauniqueidentifierthatConnectEnterpriseknows.Inthisexample,
a valid certificate is parsed for an e-mail address.
A request that includes the string
session or has a BREEZESESSION cookie is allowed to pass without authentication
because the client has already authenticated. (Connect Enterprise verifies these arguments with a database query.)
Iftherequestdoesntincludethe
session string or BREEZESESSION cookie, the user needs to "log in" to Connect Enter-
prise. To log in a user, place the unique identifier (in this case, the e-mail address) into the
HTTP_AUTH_HEADER field
and redirect the request to the Connect Enterprise login page.
The following code is an F5 iRule placed on the HTTPS profile that handles requests:
Vista de pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 61 62

Comentarios a estos manuales

Sin comentarios