[users@httpd] [SOLVED] [users@httpd] LDAP query translation from 2.2 to 2.4

2020-08-26 Thread Darryl Philip Baker
With a lot of searching I found the correct syntax is: AuthLDAPUrl "ldaps://evregistryprda.cyber.example.com.cyber.example.com:1636 chregistryprda.cyber.example.com.cyber.example.com:1636 evregistryprdb.cyber.example.com.cyber.example.com:1636 chregistryprdb.cyber.example.co

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-08-26 Thread Wendell Hatcher
> > Still seeing, as in a problem that you had both before and after > the update? Yes both before the update and after. This was during a shutdown. > Why is it occurring during a bad shutdown? Yes, we have multiple instances > running? Wendell > On Aug 26, 2020, at 6:14 PM, Nick Kew wrote:

Re: [users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-08-26 Thread Nick Kew
On Wed, 26 Aug 2020 16:34:00 -0400 Wendell Hatcher wrote: > Hello, I updated to the latest version of the APR and Apache but I am > still seeing the following slotmem error. Still seeing, as in a problem that you had both before and after the update? > We run multiple apache > services on a s

[users@httpd] slotmem error still occuring after updating to Apache 2.4.43 APR 1.7.0

2020-08-26 Thread Wendell Hatcher
Hello, I updated to the latest version of the APR and Apache but I am still seeing the following slotmem error. We run multiple apache services on a single box as well. error.2020.08.26:[Wed Aug 26 09:37:42.188705 2020] [slotmem_shm:error] [pid 125624:tid 140664905795392] (17)File exists: AH0261

Re: [users@httpd] LDAP query translation from 2.2 to 2.4

2020-08-26 Thread Darryl Philip Baker
I have been experimenting and I can get the AuthLDAPURL line to work if I have only one host:port listed. 2 or more fails. Has anyone gotten multiple host:port entries in the AuthLDAPURL argument list? The documentation says: host:port The name/port of the ldap server (defaults to localhost:389

Re: [users@httpd] LDAP query translation from 2.2 to 2.4

2020-08-26 Thread Darryl Philip Baker
All I get is: AH00526: Syntax error on line 131 of /opt/rh/httpd24/root/etc/httpd/conf.d/ldapdir.conf: Bad LDAP URL while parsing. Darryl Baker, GSEC (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 1800 Sherman Ave. Suite 6-600 – Box #39 Ev

Re: [users@httpd] LDAP query translation from 2.2 to 2.4

2020-08-26 Thread Eric Covener
On Wed, Aug 26, 2020 at 11:34 AM Darryl Philip Baker wrote: > > I am trying to port a configuration from Apache 2.2 to Apache 2.4 that is > used for LDAP authentication, but I have little knowledge of LDAP. I can > translate “Order deny,allow” and “Deny from All” I have found that > “AuthzLDAPA

[users@httpd] LDAP query translation from 2.2 to 2.4

2020-08-26 Thread Darryl Philip Baker
I am trying to port a configuration from Apache 2.2 to Apache 2.4 that is used for LDAP authentication, but I have little knowledge of LDAP. I can translate “Order deny,allow” and “Deny from All” I have found that “AuthzLDAPAuthoritative off” has been removed from Apache 2.4. I am getting a syn

Re: [users@httpd] Form based authenication in Apache

2020-08-26 Thread Eric Covener
> Now when I redirect to logout url location from applaication1, All > applications are logged out successfully. other applications – application2 > and application3 is redirected to login page on click of refresh or any > other action in that page. But I need to redirect to logout page instea

[users@httpd] Form based authenication in Apache

2020-08-26 Thread Sathish Vijayan
Hi, I am using form based authentication in Apache for proxy forwarding to different application under the same domain: For Example: https://www.example.com/Application1 https://www.example.com/Application2/{uri_parameter1}/{uri_parameter2}/