MACROMEDIA BREEZE-CLUSTERING BREEZE LIVE Bedienungsanleitung Seite 42

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 62
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 41
ADOBE CONNECT ENTERPRISE SERVER 6
Installation and Configuration Guide
39
a Uncomment the following line:
LoadModule headers_module modules/mod_headers.so
b Uncomment the following three lines:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
c Add the following lines to the end of the file:
RequestHeader append custom-auth "ext-login"
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://hostname:[port]/
ProxyPassReverse / http://hostname:[port]/
ProxyPreserveHost On
3 Stop Connect Enterprise:
a Choose Start > All Programs > Adobe Connect Enterprise Server > Stop Adobe Connect Enterprise Server.
b Choose Start > All Programs > Adobe Connect Enterprise Server > Stop Adobe Connect Meeting Server.
4 On the computer hosting Connect Enterprise Server, add the following lines of code to the custom.ini file (located
in the root installation directory, c:\breeze, by default):
HTTP_AUTH_HEADER=custom-auth
The HTTP_AUTH_HEADER parameter should match the name configured in the proxy. (In this example, it was configured
in line 1 of step 2c.) The parameter is the additional HTTP header.
5 Save the custom.ini file and restart Connect Enterprise:
a Choose Start > All Programs > Adobe Connect Enterprise Server > Start Adobe Connect Meeting Server.
b Choose Start > All Programs > Adobe Connect Enterprise Server > Start Adobe Connect Enterprise Server.
6 Open the file [root_install_dir]\appserv\conf\WEB-INF\web.xml and do the following:
a Uncomment the HeaderAuthenticationFilter Java filter mapping.
<filter-mapping>
<filter-name>HeaderAuthenticationFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
b Comment out the NtlmAuthenticationFilter Java filter mapping.
<!--
<filter-mapping>
<filter-name>NtlmAuthenticationFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-->
Configure NTLM authentication
NTLM is a challenge/response protocol that enables a client to prove its identity without providing a password. The
web browser queries an NTML authentication server for the user’s credentials. The NTLM routine is hidden from
the user.
Seitenansicht 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 61 62

Kommentare zu diesen Handbüchern

Keine Kommentare