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 bill.pare...@einstein.yu.edumailto:bill.pare...@einstein.yu.edu wrote: Greetings! It's been

[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: Directory /Library/Webserver/Documents/ldapProtected AuthType Basic AuthBasicProvider ldap AuthName

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

2009-03-11 Thread paredes
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 documented both with LDAP, MySQL

[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,

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
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 (server dev.company.com:443), ALWAYS appears before the error

[EMAIL PROTECTED] AuthBasicProvider ldap dbd not failing through

2008-01-24 Thread paredes
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 College of Medicine - The official User

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

2008-01-24 Thread paredes
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 apache2.2.8 with all the appropriate modules [mod_authn

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

2008-01-24 Thread paredes
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. I had expected to see some type of error related

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

2008-01-24 Thread paredes
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 worth exploring if I can set up AuthBasicProvider with a null or empty file

Re: [EMAIL PROTECTED] DBDmysql connecting but not authenticating

2008-01-07 Thread paredes
! 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 [ldap w/failover

[EMAIL PROTECTED] DBDmysql connecting but not authenticating

2008-01-05 Thread paredes
to troubleshoot this problem? Best regards, Bill Paredes Computer Based Education Albert Einstein College of Medicine - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

Re: [EMAIL PROTECTED] Apache under MacOSX 10.4.10

2007-08-30 Thread paredes
to /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 directorymatch 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 Luff wrote: Hi

Re: [EMAIL PROTECTED] mod_auth_mysql

2006-08-07 Thread paredes
with 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 of Medicine Michael Luff

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
AuthMySQLDB auth AuthMySQLUserTable users AuthMySQLNameField user_name AuthMySQLPasswordField user_passwd AuthMySQLGroupTable groups AuthMySQLGroupField user_group Require group user admin satisfy any /directory William Paredes Computer Based education Albert Einstein College of Medicine Bronx

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

2006-02-03 Thread William Paredes
this problem. 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 same realm

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

2006-02-03 Thread William Paredes
, 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 From: William Paredes [EMAIL

[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: