Talk:WebGauss

From UFRC
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.