Created
May 17, 2017 15:07
-
-
Save mfilipe/682e39446d348acbed5aa5d29267fed8 to your computer and use it in GitHub Desktop.
apache htaccess config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AuthLDAPURL ldaps://ldap.company.com:636/o=company.com?mail?sub?(objectclass=person) | |
AuthBasicProvider ldap | |
AuthzLDAPAuthoritative on | |
AuthName "Company Intranet Password" | |
AuthType basic | |
require ldap-group cn=Internal CGI,ou=memberlist,ou=companygroups,o=company.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment