I have configured this in httpd.conf for ldap configuration as per below.

<Location />

         AuthBasicProvider ldap
         AuthType Basic
         AuthzLDAPAuthoritative off
         AuthName "Enter ur AD username and password"
         AuthLDAPURL "
ldap://10.237.100.14:389/dc=xxx,dc=com?sAMAccountName?sub?(objectClass=*)"
"NONE"
         AuthLDAPBindDN "hhh <[email protected]>"
         AuthLDAPBindPassword "F111111#"
#        require valid-user
#        AuthLDAPGroupAttribute DN
#        AuthLDAPGroupAttributeIsDN on
#        <RequireAll>
         Require group Lab
         Require ldap-group
CN=xxx,OU=DistributionGroups,OU=Groups,OU=yyy,DC=xxx,DC=com

</Location>

It works fine in httpd.conf ,but iam doing the same in ssl.conf,but it is
not working ..
In Error logs there is no errors eventhough log level is debug .
can anybody please help me out in fixing this.

-- 
Thanks & Regards,
HariPrasadh
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to