Forcing to give username

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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. So I must

force the clients to provide an username but I don't want to check his password.

I try this:

<Location /svn>
        DAV svn
        SVNParentPath /www/svn
        AuthName "SVN Auth"
        AuthType Basic
        Anonymous_NoUserId off
        Anonymous_MustGiveEmail off
        Anonymous_VerifyEmail off
        Anonymous_LogEmail off
        Require valid-user
</Location>

But it fails.


Have you got on idea on how to do this?

For your help,

Thanks by advance.


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux