My requirement is. I need to set the httpd.conf to use LDAP authentication for CGI Scripts.
Order deny,allow
Deny from All
AuthType Basic
AuthName "Security"
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPURL ldap://ldap-corporate/o=homedepot.com,c=US?uid?sub
AuthLDAPBindDN "cn=SC HelpDesk,o=homedepot.com"
AuthLDAPBindPassword secret1
AuthLDAPGroupAttribute uniquemember
AuthLDAPGroupAttributeIsDN off
Require ldap-group cn=SC HelpDesk,o=homedepot.com,c=US
Satisfy any
Authenitcation page is appearing but getting error saying LDAP ID not found. Please help me.
Thanks,
Chaitanya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi All, I am new to LDAP.
My requirement is. I need to set the httpd.conf to use LDAP authentication for CGI Scripts.
Order deny,allow
Deny from All
AuthType Basic
AuthName "Security"
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPURL ldap://ldap-corporate/o=homedepot.com,c=US?uid?sub
AuthLDAPBindDN "cn=SC HelpDesk,o=homedepot.com"
AuthLDAPBindPassword secret1
AuthLDAPGroupAttribute uniquemember
AuthLDAPGroupAttributeIsDN off
Require ldap-group cn=SC HelpDesk,o=homedepot.com,c=US
Satisfy any
Authenitcation page is appearing but getting error saying LDAP ID not found. Please help me.
Thanks,
Chaitanya