Skip to content
Snippets Groups Projects

LDAP AD Auth

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    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>
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment