[users@httpd] Apache 2.4 diagnosis module

2014-06-20 Thread Darly Senecal Baptiste
Hi All Is there some Apache module that provides diagnosis (networking, connectivity, programming) for Apache based applications. I was setting the Error log Level to *debug*, but it does not help me a lot. Regards

[users@httpd] Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-17 Thread Darly Senecal Baptiste
Eric: To be honest, I got apache from CentOS server, was looking the source code with not avail. Can you help me you how to pull those source code. Keep in mind I'm using Apache 2.2.3 Regards On Thu, Jun 5, 2014 at 5:20 PM, Eric Covener wrote: > > > Are you using a source build of httpd -- if

Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-12 Thread Darly Senecal Baptiste
Eric: Is there is a way to grab all ldap providers like * AuthBasicProvider * *instead of * AuthBasicProvider ldap-ny ldap-mia ldap-chi *? On Thu, Jun 5, 2014 at 5:20 PM, Eric Covener wrote: > On Thu, Jun 5, 2014 at 4:31 PM, Darly Senecal Baptiste > wrote: > > Well, applying t

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

2014-06-12 Thread Darly Senecal Baptiste
> #Procced to login to the system. > return OK; > } > 1; Then at Apache conf file, you need to mention the module name of the code Regards On Wed, Jun 11, 2014 at 2:08 PM, Darly Senecal Baptiste wrote: > (Starting to walk at the waters of mod_perl). Is there is a way that &g

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 >

[users] Re: mop_perl retrieving the Basic AuthType screen

2014-06-11 Thread Darly Senecal Baptiste
Tested the code but provide the following: [Wed Jun 11 11:30:24 2014] [notice] child pid 32468 exit signal Segmentation fault (11) On Wed, Jun 11, 2014 at 11:26 AM, Darly Senecal Baptiste < dsenec...@gmail.com> wrote: > Hi Community, > > I am looking to implement a perl script t

[users] mop_perl retrieving the Basic AuthType screen

2014-06-11 Thread Darly Senecal Baptiste
Hi Community, I am looking to implement a perl script that gathers the login information (specifically, the username) before that information logs into the system. My current setting is the following PerlRequire /etc/httpd/conf/perl/startup.pl > PerlModule MyApache2::Authm > > AuthType Basic

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 abo

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? > >

[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

Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-05 Thread Darly Senecal Baptiste
ab2eefc66f0 msgid 6 message type search-result > > new result: res_errno: 0, res_error: <>, res_matched: <> > > read1msg: ld 0x2ab2eefc66f0 0 new referrals > > read1msg: mark request completed, ld 0x2ab2eefc66f0 msgid 6 > > request done: ld 0x2ab2eefc66f0 msgid 6

[users] Basic Login as domain\username

2014-06-05 Thread Darly Senecal Baptiste
Hi Community: I had implemented a git repository server and its authentication is Basic (*AuthType Basic*).This type of authentication allows users to login with their username and password through the LDAP server. However, there are some service accounts (Thank you windows) that needs to authent

[users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-02 Thread Darly Senecal Baptiste
"/svn/": Password Mismatch Hope this log might help you the issue that I was explaining On Fri, May 30, 2014 at 8:09 PM, Eric Covener wrote: > On Fri, May 30, 2014 at 5:32 PM, Darly Senecal Baptiste > wrote: > > By my surprise, Apache accessed only to the first 2 pr

[users@httpd] LDAP Login Access by Organization Unit

2014-05-30 Thread Darly Senecal Baptiste
went through. But based on the issue before mentioned, Miami user are not longer able to login into. Now, I want to know how to implement the apache ldap login in which goes to every OU instead of the first 2 OU's. The goal is that all users can be able to login into the application no matter the order of the OU call from httpd.conf. Regards Darly Senecal-Baptiste