Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Win2k3 Apache2.2 LDAPS

Status
Not open for further replies.

weirdo357

IS-IT--Management
Jun 29, 2005
9
US
My envionment
Windows server 2003 sp2 (ntranet webserver)
Apache 2.2

Windows server 2003 (Active Directory)

I am trying to protect directories on my intranet webserver and authenticate my users against an active directory database.
I have read the apache examples and tried to use them with no success. I visted Apaches documentation pages regarding LDAPS and used some of their examples only to fail again. Here is a the directive that i am using
in httpd.conf file i am using a certificate that i got using the(active directory) certificate server, i exported the user certificate and put in a folder called ldap on the c: drive and i reference it below.

LDAPTrustedGlobalCert CA_DER c:\ldap\ldap.cer


<Directory D:\web\vipintranet\data\Departments\LLON-Departments\Information-Services\Staff-Corner>
SetHandler ldap-status
Order deny,allow
Deny from all
AuthLDAPURL ldaps://192.168.142.140:636/o=LLON?uid?sub?(objectClass=*)
AuthzLDAPAuthoritative off
Require group cn=WEB_IT-SECURE_AREA,ou=WEB_AUTHENTICATION,ou=APPS,o=LLON
</Directory>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top