[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Forcing the association of the author

From: Gautier DI FOLCO <gautier.difolco_at_gmail.com>
Date: Tue, 16 Oct 2012 06:49:33 +0200

2012/10/16 Andy Levy <andy.levy_at_gmail.com>

> You cannot allow anonymous commits if you want to capture the
> committer's name. IOW, you need to require authentication and that
> requires that you prompt for a password (also, consider this: if you
> don't enforce passwords, a malicious user can commit things to the
> repository and impersonate someone else - do you *really* want a
> complete lack of accountability?). See
>
> http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html#svn.serverconfig.httpd.authn
>

Thanks, in fact my user is already checked.
I found a configuration which works:

        AuthType Basic
        AuthName Jenkins
        AuthBasicProvider anon
        Anonymous *
        Require valid-user

Solved, thanks for you help.
Received on 2012-10-16 06:50:13 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.