Displaying 1 result from an estimated 1 matches for "basic_ldap_authentication".
2015 Oct 07
1
Working configuration for Apache 2.4 auth vs Samba 4 AD
Hello,
had some problem to authenticate users with AD with my Apache 2.4 website
following the wiki page:
https://wiki.samba.org/index.php/Authenticating_Apache_against_Active_Directory#Basic_LDAP_authentication
Here is my working configuration (thanks to
http://httpd.apache.org/docs/2.4/en/mod/mod_authnz_ldap.html)
First you need authnz_ldap module for Apache.
<Location />
AuthName "AD authentication"
AuthBasicProvider ldap
AuthType Basic
AuthLDAPGroupAttribute member
AuthLDAPGroupAttri...