Re: Problem autheticating Apache - LDAP - Active Directory using a AD group

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/9/07, Roderick Derks <redhat@xxxxxx> wrote:
> I'm not sure it's an apache configuration error but here is my config:
>
> Group access (this one gives me problems):

Here's a (mostly) cut-and-paste of a config that works for me (RHEL4,
Win2k/2k3 domain):

<Directory /var/www/html/admin>
  AuthLDAPAuthoritative on
  AuthType Basic
  AuthName "Restricted Area -- Administrators Only"
  AuthLDAPBindDN "CN=websrvacct,OU=ServiceAccts,DC=our,DC=domain,DC=edu"
  AuthLDAPBindPassword "secret"
  AuthLDAPURL ldap://domain.controller.edu:389/DC=our,DC=domain,DC=edu?sAMAccountName?sub?(objectclass=*)
  require group CN=group_cn_here,OU=Groups,OU=Admin,DC=our,DC=domain,DC=edu
</Directory>

HTH,
-j

-- 
Jeremy L. Gaddis
http://www.jeremygaddis.com/

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux