Displaying 1 result from an estimated 1 matches for "sysadmins_grp".
2015 Oct 07
1
Working configuration for Apache 2.4 auth vs Samba 4 AD
...ion />
AuthName "AD authentication"
AuthBasicProvider ldap
AuthType Basic
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN On
AuthLDAPURL "ldap://addc1:3268/?sAMAccountName?sub
AuthLDAPBindDN apache-connect at contoso.com
AuthLDAPBindPassword password
Require ldap-group CN=Sysadmins_GRP,OU=groups,OU=company,DC=contoso,DC=com
</Location>
Hope this will help someone and could be a good idea to update the wiki
page.