Re: [users@httpd] AuthProviderAlias and Require ldap-user?

2022-09-08 Thread Eric Covener
The culprit here is that the authn provider config section is only used for authn. Your `require ldap-*` has no AuthLDAPURL configuration. On Thu, Sep 8, 2022 at 2:22 PM Lars Kellogg-Stedman wrote: > > On Thu, Sep 08, 2022 at 02:18:08PM -0400, Lars Kellogg-Stedman wrote: > > What I'm doing here s

Re: [users@httpd] AuthProviderAlias and Require ldap-user?

2022-09-08 Thread Lars Kellogg-Stedman
On Thu, Sep 08, 2022 at 02:18:08PM -0400, Lars Kellogg-Stedman wrote: > What I'm doing here seems to match everything I've been able to find > in the documentation. Is this a bug, or have I missed something? Sorry, forgot one bit of information. If I discard the provider alias and just put everyth

[users@httpd] AuthProviderAlias and Require ldap-user?

2022-09-08 Thread Lars Kellogg-Stedman
I'm trying to use the following configuration with Apache 2.4.54: AuthLDAPURL ldap://ldap/ou=users,dc=example,dc=com?cn AuthLDAPBindDN uid=authreader,ou=system,dc=example,dc=com AuthLDAPBindPassword secret AuthName "LDAP" AuthType Basic AuthBasic

Re: [users@httpd] Intermitent 404 and 403 on proxied site while enabling Websocket

2022-09-08 Thread Frank Gingras
Davi, 2.4.4 does not support WSS, so this isn't likely to work at all. If that is a distro package with backports, it must be an ancient EOL version, as I'm not aware of any distro still shipping 2.4.4. It would also be useful to see the output from apachectl -M On Thu, 8 Sept 2022 at 13:00, Dav

[users@httpd] Intermitent 404 and 403 on proxied site while enabling Websocket

2022-09-08 Thread Davi Baldin Tavares
Hi team, We are using httpd 2.4.4. This server has proxy reverse configured to more than 70 sites. While we enable a new proxy to a websocket site, other sites where running fine start getting intermittent erros 403 and 404. Imediatley, if we remove the new site and reload configuration, everyt