Ok, thanks for confirming it's working as expected.
I'll give your suggestion a go and report back here.
-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Sunday, 8 April 2018 12:27 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] "Require valid-user" with mu
Hello,
I got it going.
Here's my apache configuration:
# The git.domain.com http virtual host
DocumentRoot /usr/local/www/git/repos
ServerName git.domain.com
ServerAdmin webmas...@domain.com
ErrorLog /var/log/git-httpd-error.log
CustomLog /var/log/git-httpd-access.log combined
# share well-kno
On Sat, Apr 7, 2018 at 9:11 AM, David Horton
wrote:
> I want to authenticate/authorize primarily via LDAP and require a specific
> group membership if authenticating this way.
> However, if LDAP is not available, use the file provider to authenticate. If
> that's the case, any user authenticate
I want to authenticate/authorize primarily via LDAP and require a specific
group membership if authenticating this way.
However, if LDAP is not available, use the file provider to authenticate. If
that's the case, any user authenticated via the file provider should be allowed.
Current config is