Controlling subversion access

2006-03-25 Thread Dennis Sinelnikov
Dear fellow developers,   Here is what I’m trying to do in my httpd-ssl.conf:   $client_dn = $ENV{SSL_CLIENT_S_DN}; $client_dn =~ /.*UID=(.*)$/; $client_uid = $1;     $Location{"/svnroot"} = {     DAV => 'svn',     SVNPath => '/home/svnroot',     SSLUserName => $cli

Re: Controlling subversion access

2006-03-26 Thread Tom Schindl
Hi Dennis, first of all it would be nice if you could tell us what version of Apache/mod-perl you are running. Second I'm not sure I userstand what you are trying to do because I'm not very familiar with SSL and DAV. If I'm not completely mistaken things like $ENV{SSL_CLIENT_S_DN} are set on requ

RE: Controlling subversion access

2006-03-26 Thread Dennis Sinelnikov
From: Tom Schindl [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 5:07 AM To: Dennis Sinelnikov Cc: modperl@perl.apache.org Subject: Re: Controlling subversion access Hi Dennis, first of all it would be nice if you could tell us what version of Apache/mod-perl you are running. Second

RE: Controlling subversion access

2006-03-26 Thread Dennis Sinelnikov
riginal Message- From: Tom Schindl [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 5:07 AM To: Dennis Sinelnikov Cc: modperl@perl.apache.org Subject: Re: Controlling subversion access Hi Dennis, first of all it would be nice if you could tell us what version of Apache/mod-perl you are

Re: Controlling subversion access

2006-03-26 Thread Torsten Foertsch
On Sunday 26 March 2006 17:13, Dennis Sinelnikov wrote: > Here is the code in my httpd-ssl.conf that works: > >   DAV svn >   SVNPath /home/svnroot >   SSLUserName SSL_CLIENT_S_DN_CN >   AuthzSVNAccessFile /usr/local/apache2/conf/svnauthorization > > > However, I need the UID, and SSL_CLIENT_S_DN

RE: Controlling subversion access

2006-03-26 Thread Dennis Sinelnikov
is -Original Message- From: Torsten Foertsch [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 2:26 PM To: modperl@perl.apache.org Subject: Re: Controlling subversion access On Sunday 26 March 2006 17:13, Dennis Sinelnikov wrote: > Here is the code in my httpd-ssl.conf that works: >

Re: Controlling subversion access

2006-03-26 Thread Torsten Foertsch
On Sunday 26 March 2006 21:37, Dennis Sinelnikov wrote: > Right, read the doc over 20 times already :) > It could be my environment or the client cert I'm using. > I did try different environment configurations (i.e. older openssl > versions). I got tired of looking through apache's c code and > op

RE: Controlling subversion access

2006-03-26 Thread Dennis Sinelnikov
ssage- From: Torsten Foertsch [mailto:[EMAIL PROTECTED] Sent: Sunday, March 26, 2006 3:02 PM To: modperl@perl.apache.org Subject: Re: Controlling subversion access On Sunday 26 March 2006 21:37, Dennis Sinelnikov wrote: > Right, read the doc over 20 times already :) > It could be my environ

Re: Controlling subversion access

2006-03-26 Thread Issac Goldstand
0.49.249] (2)No such file or > directory: Requests for a collection must have a trailing slash on the URI. > [301, #0] > > > -Original Message- > From: Torsten Foertsch [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 26, 2006 3:02 PM > To: modperl@perl.apache.

RE: Controlling subversion access

2006-03-26 Thread Dennis Sinelnikov
r] [client 69.140.49.249] (2)No such file or > directory: Requests for a collection must have a trailing slash on the URI. > [301, #0] > > > -Original Message- > From: Torsten Foertsch [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 26, 2006 3:02 PM > To: modperl