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