Secure Global Desktop Administration Guide > Users and authentication > Can I use SafeWord® PremierAccess™ with web server authentication?
Yes. You can configure web server authentication to use the third-party SafeWord® PremierAccess™. See http://www.securecomputing.com for more information.
Secure Global Desktop web server authentication relies on the web
server setting the REMOTE_USER
variable to identify
the user. However, when users are authenticated using SafeWord
PremierAccess this variable is not set. The following configuration allows you to export the HTTP_SAFEWORD_USER
variable to the REMOTE_USER
variable.
To enable support for SafeWord PremierAccess, configure each member of the array as follows:
/tarantella/cgi-bin/secure/
directory (classic webtop) or
the /sgd
URL (browser-based webtop).tarantella config edit --tarantella-config-server-cgibin-bootscript secure/ttaauthsafeword.cgi
HTTP_SAFEWORD_USER
variable so that the Tomcat component of the Secure Global Desktop Web Server can access it. To do this for Apache component of the Secure Global Desktop Web Server:
/opt/tarantella/webserver/apache/version/conf/httpd.conf
file.JkEnvVar HTTP_SAFEWORD_USER " "
<Location "/sgd">
SSLOptions +StdEnvVars +ExportCertData
</Location>
When this configuration is complete, enable web server authentication in Array Manager.
Note We recommend that you use the Sun Secure Global Desktop Security Pack to secure Secure Global Desktop-related connections. We also recommend a secure (HTTPS) web server.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.