You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by lejeczek <pe...@yahoo.co.uk> on 2015/08/21 18:38:42 UTC

[users@httpd] svn export - how come it bypasses authentication??

hi everybody

a usual config:

...
     Options Indexes MultiViews FollowSymLinks
     AllowOverride None
     AuthType Basic
     AuthName "psyomics-webdav"
     AuthBasicProvider PAM
     AuthPAMService psyomics-webdav
     Require valid-user
...

yet svn export on that location gets there without being 
asked to authenticate.
This surely musn't be right, yes?

thanks
L.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] svn export - how come it bypasses authentication??

Posted by lejeczek <pe...@yahoo.co.uk>.
yes, thank you.

On 22/08/15 19:22, David Newman wrote:
> This is probably a question for the subversion list, but I 
> would bet your credentials have been cached in 
> ~/.subversion/auth
>
> -Dave
>
>
> On Fri, Aug 21, 2015 at 12:38 PM, lejeczek 
> <peljasz@yahoo.co.uk <ma...@yahoo.co.uk>> wrote:
>
>     hi everybody
>
>     a usual config:
>
>     ...
>         Options Indexes MultiViews FollowSymLinks
>         AllowOverride None
>         AuthType Basic
>         AuthName "psyomics-webdav"
>         AuthBasicProvider PAM
>         AuthPAMService psyomics-webdav
>         Require valid-user
>     ...
>
>     yet svn export on that location gets there without
>     being asked to authenticate.
>     This surely musn't be right, yes?
>
>     thanks
>     L.
>
>     ---------------------------------------------------------------------
>     To unsubscribe, e-mail:
>     users-unsubscribe@httpd.apache.org
>     <ma...@httpd.apache.org>
>     For additional commands, e-mail:
>     users-help@httpd.apache.org
>     <ma...@httpd.apache.org>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] svn export - how come it bypasses authentication??

Posted by David Newman <da...@thenewmans.com>.
This is probably a question for the subversion list, but I would bet your
credentials have been cached in ~/.subversion/auth

-Dave


On Fri, Aug 21, 2015 at 12:38 PM, lejeczek <pe...@yahoo.co.uk> wrote:

> hi everybody
>
> a usual config:
>
> ...
>     Options Indexes MultiViews FollowSymLinks
>     AllowOverride None
>     AuthType Basic
>     AuthName "psyomics-webdav"
>     AuthBasicProvider PAM
>     AuthPAMService psyomics-webdav
>     Require valid-user
> ...
>
> yet svn export on that location gets there without being asked to
> authenticate.
> This surely musn't be right, yes?
>
> thanks
> L.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>