2012/10/16 lists-apache <[email protected]>

>
>
> ------------ Original Message ------------
> > Date: Tuesday, October 16, 2012 12:04:46 AM +0200
> > From: Gautier DI FOLCO <[email protected]>
> > To: [email protected]
> > Subject: Re: [users@httpd] Forcing to give username
> >
> > I have an SVN repository requestable via Apache HTTPD Server
> > 2.2.8. I want to allow anyone to update or commit on it but
> > I want a committer name.
>
> Of course, asking for a name, without requiring authentication,
> means that anyone can give any name -- making the exercise of
> requesting  the name in the first place more or less meaningless.
>
>
>      - Richard
>
>
>
Thanks you, it works!
Here my configuration :

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

Reply via email to