RE: [users@httpd] Apache 2.4 fails to call LDAP auth modules [solved]

2013-08-22 Thread William Paredes
From: Igor Cicimov [icici...@gmail.com] Sent: Saturday, August 17, 2013 9:14 AM To: users Subject: Re: [users@httpd] Apache 2.4 fails to call LDAP auth modules On 16/08/2013 3:10 AM, "William Paredes" mailto:bill.pare...@einstein.yu.edu>> wrote: > > Greetings! > It&#

[users@httpd] Apache 2.4 fails to call LDAP auth modules

2013-08-15 Thread William Paredes
Greetings! It's been a few days that I'm struggling with this one: I don't get the authentication dialog window prompting for a user name & password when I enter an LDAP protected realm: AuthType Basic AuthBasicProvider ldap AuthName "Testing LDAP" AuthLDAPBindDN "CN=cn_name,OU=ou_accou

Re: [us...@httpd] DBDDriver-mysql conflicts with php-mysql module

2009-03-11 Thread paredes
documented. Any ideas if this is a MySQL or php or Apache bug? Regards, -bill paredes wrote: Greetings! OSX 10.5.6; Apache 2.2.11 [using built in apr & apr-util]; Mysql 5.0.77; Php 5.2.9 [all 64 bit builds] I've been able to get Apache authentication / authorization to work as

[us...@httpd] DBDDriver-mysql conflicts with php-mysql module

2009-03-07 Thread paredes
Greetings! OSX 10.5.6; Apache 2.2.11 [using built in apr & apr-util]; Mysql 5.0.77; Php 5.2.9 [all 64 bit builds] I've been able to get Apache authentication / authorization to work as documented both with LDAP, MySQL & LDAP failing to MySQL. However, when I build mysql support into php, apac

Re: [us...@httpd] Require dbd-group not accepting users belonging to multiple groups

2009-02-23 Thread paredes
Sorry about that. I just noticed that this has already been posted as bug# 46421. The posted fix solves the issue. Regards, -bill paredes wrote: Greetings! In testing mod_authz_dbd it seems that the if a user is a member of a *single* group the following Authz directives work properly

[us...@httpd] Require dbd-group not accepting users belonging to multiple groups

2009-02-22 Thread paredes
Greetings! In testing mod_authz_dbd it seems that the if a user is a member of a *single* group the following Authz directives work properly: Require dbd-group faculty AuthDBDUserPWQuery "SELECT pw FROM auth where user =%" AuthzDBDQuery "SELECT grp FROM groups WHERE user = % However, when the

Re: [us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-21 Thread paredes
e with os-x & apache2.0.XX. I've also started to build apache2.2.11 to see what happens. Bill Paredes Computer Based Education Albert Einstein College of Medicine Oliver Marshall wrote: Here's another one. The first line, [info] Initial (No.1) HTTPS request received for child 1

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread paredes
Regards, -bill Eric Covener wrote: On Jan 24, 2008 3:36 PM, paredes <[EMAIL PROTECTED]> wrote: I shudder to think about doing this for 720 medical students, some 1200 house staff, another 1000 or so affiliated faculty. However, being that you mention "file" below, it's

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread paredes
p dbd] so that ldap and dbd are not 1st on the list. Thanks, -bill Eric Covener wrote: On Jan 24, 2008 3:13 PM, paredes <[EMAIL PROTECTED]> wrote: Hi! Only the 1st provider hits and returns "user not found" or "password mismatch". The 2nd provider is never seen.

Re: [EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread paredes
orrectly authenticating. But when I provide an ldap only user:password the logs show mysql correctly rejecting the user but no ldap activity. Regards, -bill Eric Covener wrote: On Jan 24, 2008 2:22 PM, paredes <[EMAIL PROTECTED]> wrote: Greetings! I've successfully built

[EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread paredes
d like to upgrade from apache 2.0.58 uses mod_auth_mysql and it requires a specific load order in order to work with apache's built in ldap. Can anyone give me a hint on the next step I should take in troubleshooting? Regards, Bill Paredes Computer Based Education Albert Einstein

Re: [EMAIL PROTECTED] DBDmysql connecting but not authenticating

2008-01-07 Thread paredes
ons! This is an example of a mysql produced sha1: *A34CD1232ACBCBCDD4D4D3D2D12341ACACE3 This is an example of an htpasswd produced sha1: {SHA1}6u5F+11u1xNIBuFBh+X+sydW+4= Regards, -Bill Tom Donovan wrote: paredes wrote: Greetings! I've been running OS-X 10.3.9, with apache2.2.3

[EMAIL PROTECTED] DBDmysql connecting but not authenticating

2008-01-05 Thread paredes
ache refuses to boot with a mysql can't connect error. Can anyone provide a hint on how to troubleshoot this problem? Best regards, Bill Paredes Computer Based Education Albert Einstein College of Medicine - The official

Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10

2007-08-30 Thread paredes
/usr/local/apache2/bin/apachectl: cd /usr/sbin sudo mv apachectl apachectl.orig sudo ln -s /usr/local/apache2/bin/apachectl apachectl Bill Paredes Albert Einstein College of Medicine Dragon wrote: Eric Gorr sent the message below at 10:01 8/30/2007: Yes, I am sure I can build and install it from

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-08-11 Thread paredes
and I use the container so I can use regex for filters. But I'm glad it's finally working for you and that you'll probably save many folks much grief later. Hopefully someone on the list can "authoritatively" explain this behavior :) Regards, William Paredes Michael Lu

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-08-07 Thread paredes
a "failthru" to mod_auth_mysql [sourceforge ver 3.0] it was by trial and error that I found that mod_auth_mysql's load order is important. That is why I'm curious how you are using mod_auth_dbm. Regards, William Paredes Computer Based Education Albert Einstein College o

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-07-20 Thread paredes
Greetings Michael! Which versions of apache and mod_auth_mysql are you using? What platform are you on? When you check your httpd.conf file is mod_auth being loaded? Regards, William Paredes Computer Based Education Albert Einstein College of Medicine Bronx, New York USA Michael Luff

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-07-19 Thread paredes
SQLDB auth AuthMySQLUserTable users AuthMySQLNameField user_name AuthMySQLPasswordField user_passwd AuthMySQLGroupTable groups AuthMySQLGroupField user_group Require group user admin satisfy any William Paredes Computer Based education Albert Einstein College of Medicine Bronx, New York USA Michael Luff w

Re: [EMAIL PROTECTED] mod_auth_ldap mod_auth_mysql on OS-X

2006-02-03 Thread William Paredes
rder. Accordingly, the way you have your modules listed, mysql will have priority over the LDAP module. mod_access having the lowest priority and being checked last, cause it's first in the LoadModule listing. On Fri, 3 Feb 2006, William Paredes wrote: To: users@httpd.apache.org

Re: [EMAIL PROTECTED] mod_auth_ldap mod_auth_mysql on OS-X

2006-02-03 Thread William Paredes
I've already rebuilt Apache and mod_auth_mysql from fresh downloads to make sure the installation is clean. regards, -bill William Paredes wrote: Just before going "live" I noticed that mod_auth_mysql and mod_auth_ldap do not "fail through" properly when protecting the sam

[EMAIL PROTECTED] mod_auth_ldap mod_auth_mysql on OS-X

2006-01-27 Thread William Paredes
Just before going "live" I noticed that mod_auth_mysql and mod_auth_ldap do not "fail through" properly when protecting the same realm. 1] The mysql protected area below works as expected. entering a bad password or unknown user produces the correct response. [Fri Jan 27 19:34:10 2006] [error]

RE: [EMAIL PROTECTED] Apache 2.0.54: Load order of dynamic and static modules

2005-11-21 Thread paredes
To share my "load order" trials & errors, at least on OS-X 10.3.9 w/ apache 2.0.54, configured with built in ldap, & mod_auth_mysql version 3 from sourceforge not only is the following load order necessary but the order of the directory directives which call these modules are equally important: mo