Secure Global Desktop Administration Guide > Users and authentication > Enabling web server authentication for the classic webtop
To enable web server authentication for the classic webtop:
/opt/tarantella/var/docroot/cgi-bin/secure
directory./opt/tarantella/var/docroot/cgi-bin/secure
directory depends on your web server, see your web server
documentation for details. For the Secure Global Desktop Web Server, see the Apache
documentation.ttaserv
)
for use with the Secure Global Desktop Web Server.The following is an example of how you might configure the Secure Global Desktop Web Server for web server authentication:
/opt/tarantella/webserver/apache/version/bin/htpasswd
binary to create a web server password file./opt/tarantella/webserver/apache/version/conf/httpd.conf
file and insert the following directory directive:
<Directory /opt/tarantella/var/docroot/cgi-bin/secure> AuthUserFile file-path AuthName auth-domain AuthType Basic Require valid-user </Directory>where file-path is the full path to the web server password file
tarantella webserver restart
)
for the configuration changes to take effect./opt/tarantella/var/docroot/cgi-bin/secure
by using an .htaccess
file. If you do this, you must also
set the AllowOverride in order for the directives to be applied. To apply the
Auth
directives, you must also include
AuthConfig
(or All
) in your AllowOverride
directive.Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.