Dear Daniel,
I made the necessary changes to my environment and it worked perfectly. thanks Att. Carlos Adean skype: carlosadean 2012/4/30 Carlos Adean <[email protected]> > great idea, I'll test in my environment. > > thank you > > Att. > Carlos Adean > skype: carlosadean > > > > > 2012/4/28 Daniel Reichelt <[email protected]> > >> 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<--------------- >> <Location "/repositories/cgit/repo1.git"> >> 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 >> </Location> >> <LocationMatch "^/repositories/cgit/linux.git/.*/git-receive-pack$"> >> AuthType Basic >> AuthName "GIT repositories" >> AuthUserFile /home/repositories/git-htpasswd >> AuthGroupFile /home/repositories/git-htgroup >> Require group admin >> Require group repo1-rw >> </LocationMatch> >> -------------8<--------------- >> >> Cheers >> Daniel >> > > _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
