Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread J. Bakshi
On Wed, 20 Jun 2012 08:39:13 -0400 Jeff Dyke wrote: > On Wed, Jun 20, 2012 at 8:24 AM, J. Bakshi wrote: > > On Wed, 20 Jun 2012 17:44:04 +0530 > > "J. Bakshi" wrote: > > > >> Dear list, > >> > >> I have a git setup where user can authenticate via https based on htpasswd > >> authentication. >

Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread Jeff Dyke
On Wed, Jun 20, 2012 at 8:24 AM, J. Bakshi wrote: > On Wed, 20 Jun 2012 17:44:04 +0530 > "J. Bakshi" wrote: > >> Dear list, >> >> I have a git setup where user can authenticate via https based on htpasswd >> authentication. >> I need some more fine tuning ; hence I like to know the username for

Re: [users@httpd] How to collect username from http header ?

2012-06-20 Thread J. Bakshi
On Wed, 20 Jun 2012 17:44:04 +0530 "J. Bakshi" wrote: > Dear list, > > I have a git setup where user can authenticate via https based on htpasswd > authentication. > I need some more fine tuning ; hence I like to know the username for the > specific connection. > Say user1 has authenticated su

[users@httpd] How to collect username from http header ?

2012-06-20 Thread J. Bakshi
Dear list, I have a git setup where user can authenticate via https based on htpasswd authentication. I need some more fine tuning ; hence I like to know the username for the specific connection. Say user1 has authenticated successfully, and I like to compare his ACL based on another file. How