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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 2.2.2 + SSL + OpenLDAP

Status
Not open for further replies.

jouell

MIS
Nov 19, 2002
304
US
Hi. I hope you don't consider this cross posting but this touches so many areas I thought I'd ask here in the Apache forum as well as Subversion:


Basically I'm really close getting Apache 2.2.2 + SSL + OpenLDAP to all play together.

Thanks!
-John
 
I used PAM instaed:


<Location /svn>
DAV svn
SVNParentPath /srv/svn
AuthType Basic
AuthName "Authentication for /svn repository"
AuthPAM_Enabled on
require valid-user
require group grp
<LimitExcept GET PROPFIND OPTIONS REPORT>
Satisfy all
</LimitExcept>

</Location>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top