Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH] Authentication support for pserver

From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2016-06-15 22:44:21

avar@cpan.org (Ævar Arnfjörð Bjarmason) writes:
Better late than never, here's a more complete and hopefully final patch
to add authentication support to CVS. Thanks to Sam Vilain for
contributing and kicking me into action.

Now you specify a user:password authentication database in the [gitcvs]
section. The passwords are crypt()-ed and can be produced by htpasswd,
example config file:
    
    [gitcvs]
        enabled = 1
        authdb = /tmp/authdb.htpasswd
    
The patch can be pulled from git://git.nix.is/avar/git

It's also produced below:
The patch needed a small fix, I didn't exit(1) after an error
condition[1]. This can also be got at git://git.nix.is/avar/git and is
produced in full below:

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help