[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 cove...@gmail.com wrote: Are you using a source build

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

2014-06-17 Thread Rainer M. Canavan
On Jun 17, 2014, at 19:47 , Darly Senecal Baptiste dsenec...@gmail.com wrote: 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 You want the

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 cove...@gmail.com wrote: On Thu, Jun 5, 2014 at 4:31 PM, Darly Senecal Baptiste dsenec...@gmail.com wrote:

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

2014-06-12 Thread Eric Covener
On Thu, Jun 12, 2014 at 3:56 PM, Darly Senecal Baptiste dsenec...@gmail.com wrote: Is there is a way to grab all ldap providers like AuthBasicProvider * instead of AuthBasicProvider ldap-ny ldap-mia ldap-chi ? No, I don't think so. -- Eric Covener cove...@gmail.com

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

2014-06-05 Thread Darly Senecal Baptiste
Well, applying the mentioned module into an Apache 2.2, the log still provide the LDAP access into the first 2 ldap ou's (as far I can read from the log). Still weird [Tue Jun 03 12:48:37 2014] [debug] mod_authnz_ldap.c(390): [client ip.add.re.ss] [8713] auth_ldap authenticate: using URL

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

2014-06-05 Thread Eric Covener
On Thu, Jun 5, 2014 at 4:31 PM, Darly Senecal Baptiste dsenec...@gmail.com wrote: Well, applying the mentioned module into an Apache 2.2, the log still provide the LDAP access into the first 2 ldap ou's (as far I can read from the log). Still weird Are you using a source build of httpd -- if

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

2014-06-02 Thread Darly Senecal Baptiste
Hi Eric: Sorry for the delay. Coming from weekends activities. There is the log error at debug level [Fri May 30 13:24:13 2014] [debug] mod_authnz_ldap.c(390): [client ip.add.re.ss] [10449] auth_ldap authenticate: using URL ldap:// ldap-ldap-address1 ldap-ldap-address2

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

2014-06-02 Thread Eric Covener
On Mon, Jun 2, 2014 at 10:06 AM, Darly Senecal Baptiste dsenec...@gmail.com wrote: [Fri May 30 13:24:13 2014] [debug] mod_authnz_ldap.c(390): [client ip.add.re.ss] [10449] auth_ldap authenticate: using URL ldap://ldap-ldap-address1

[users@httpd] LDAP Login Access by Organization Unit

2014-05-30 Thread Darly Senecal Baptiste
Hi Community: I am implementing a svn and git repository servers and users have to access them with their LDAP/AD accounts. Those users are classified by organizational units(OU), that makes in total of 7 OUs. This setting was set in a file called auth_ldap.conf; for example: AuthnProviderAlias

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

2014-05-30 Thread Eric Covener
On Fri, May 30, 2014 at 5:32 PM, Darly Senecal Baptiste dsenec...@gmail.com wrote: By my surprise, Apache accessed only to the first 2 providers mentioned at the list (ldap-ny, ldap-mia) but not to Chicago. And giving the same Password Mismatch. Can you share an error log at LogLevel debug