Talk:WebGauss

From UFRC
Revision as of 22:08, 20 April 2010 by Hpc (talk | contribs) (New page: In order for the authentication to work for this webpage, the following needs to be done: * An htaccess file needs to be created with the following information in it: <pre> AuthType Basic...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In order for the authentication to work for this webpage, the following needs to be done:

  • An htaccess file needs to be created with the following information in it:
AuthType Basic
AuthName "Restricted Access"
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL "ldap://vldap.ufhpc:389/ou=People,dc=hpc,dc=ufl,dc=edu?uid?sub?(objectClass=*)"
require valid-user
  • The apache configuration needs to be configured to allow htaccess files to be used.