LDAP AD Auth
The snippet can be accessed without any authentication.
Authored by
Dennis Ahrens
apache-conf-snippet.conf 311 B
<Location />
AuthType Basic
AuthBasicProvider ldap
AuthName "Zugang mit HsH-Account"
AuthLDAPURL "ldaps://dc-hit.fh-h.de/dc=fh-h,dc=de" TLS
AuthLDAPDereferenceAliases never
AuthLDAPInitialBindAsUser on
AuthLDAPInitialBindPattern (.+) $1@fh-h.de
AuthzLDAPAuthoritative off
require valid-user
</Location>
Please register or sign in to comment