LDAP Authentication (University Macquarie account) to restrict access URLs -------------------------------------------------------------------------- Add the following into the Apache configuration file: AuthLDAPUrl "ldap://directory.unimacq.edu.au/ou=people, o=The University of Macquarie,c=AU?uid?sub" LDAP Authentication needs add-on module, e.g "mod_auth_ldap", into Apache. Reference ========= + Apache Module mod_auth_ldap - http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html |