From mboxrd@z Thu Jan 1 00:00:00 1970 From: carlosadean at gmail.com (Carlos Adean) Date: Mon, 30 Apr 2012 15:00:56 -0300 Subject: require authentication to access a repository In-Reply-To: <4F9C6A39.7020207@nachtgeist.net> References: <4F9C6A39.7020207@nachtgeist.net> Message-ID: great idea, I'll test in my environment. thank you Att. Carlos Adean skype: carlosadean 2012/4/28 Daniel Reichelt > Hi, > > sorry, I totally sent out an old, crappy template for the repo-specific > access-configuration. Here's the correct one, I actually use: > > > > /home/repositories/git/$repo.conf > -------------8<--------------- > > AuthType Basic > AuthName "GIT repositories" > AuthUserFile /home/repositories/git-htpasswd > AuthGroupFile /home/repositories/git-htgroup > Require group admin > Require group repo1-rw > Require group repo1-ro > > > AuthType Basic > AuthName "GIT repositories" > AuthUserFile /home/repositories/git-htpasswd > AuthGroupFile /home/repositories/git-htgroup > Require group admin > Require group repo1-rw > > -------------8<--------------- > > Cheers > Daniel >