Re: [users] Re: Basic Login as domain\username

2014-06-12 Thread Darly Senecal Baptiste
Hello, I was able to implement and to change the incoming username and to update it for real login. A new perl module has to be written Here is the perl code: sub handler > { > my $r = shift; > my $c = $r->connection; > > my $auth_header = $r->headers_in->get('Authorization') || ''; >

Re: [users] Re: Basic Login as domain\username

2014-06-11 Thread Darly Senecal Baptiste
(Starting to walk at the waters of mod_perl). Is there is a way that mod_perl gathers the information from the login screen before performing the authentication session? On Tue, Jun 10, 2014 at 11:55 AM, Eric Covener wrote: > On Tue, Jun 10, 2014 at 11:53 AM, Darly Senecal Baptiste > wrote: >

Re: [users] Re: Basic Login as domain\username

2014-06-10 Thread Eric Covener
On Tue, Jun 10, 2014 at 11:53 AM, Darly Senecal Baptiste wrote: > Hi Eric, > > What do you think about using the mod_perl module in terms of gather the > domain\username and process modify in order to login as username? Probably feasible --

Re: [users] Re: Basic Login as domain\username

2014-06-10 Thread Darly Senecal Baptiste
Hi Eric, What do you think about using the mod_perl module in terms of gather the domain\username and process modify in order to login as username? On Fri, Jun 6, 2014 at 4:11 PM, Eric Covener wrote: > On Fri, Jun 6, 2014 at 3:50 PM, Darly Senecal Baptiste > wrote: > > What about in apache 2.

Re: [users] Re: Basic Login as domain\username

2014-06-06 Thread Eric Covener
On Fri, Jun 6, 2014 at 3:50 PM, Darly Senecal Baptiste wrote: > What about in apache 2.2.3? I don't think so. I think you'd need to write a small module to strip (or add?) that prefix - To unsubscribe, e-mail: users-unsubscr...@

Re: [users] Re: Basic Login as domain\username

2014-06-06 Thread Darly Senecal Baptiste
What about in apache 2.2.3? On Fri, Jun 6, 2014 at 3:40 PM, Eric Covener wrote: > On Fri, Jun 6, 2014 at 3:38 PM, Darly Senecal Baptiste > wrote: > > Hi Community : > > > > Let's forget about NTLM module. It is a way to perform a Rewrite > username? > > Like using mod_rewrite? > > > > 2.4's mo

Re: [users] Re: Basic Login as domain\username

2014-06-06 Thread Eric Covener
On Fri, Jun 6, 2014 at 3:38 PM, Darly Senecal Baptiste wrote: > Hi Community : > > Let's forget about NTLM module. It is a way to perform a Rewrite username? > Like using mod_rewrite? > 2.4's mod_authnz_ldap has specific stuff to alter the username specifically for this scenario. ---

[users] Re: Basic Login as domain\username

2014-06-06 Thread Darly Senecal Baptiste
Hi Community : Let's forget about NTLM module. It is a way to perform a Rewrite username? Like using mod_rewrite? Thanks On Thu, Jun 5, 2014 at 4:26 PM, Darly Senecal Baptiste wrote: > Hi Community: > > I had implemented a git repository server and its authentication is Basic > (*AuthType >