[Bug 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-05 Thread jaf@id
In order to verify this bug we installed a new ubuntu 14.04 server including apache 2.4.7 i.e. no configuration update necessary. And indeed the following configuration works as expected: AuthType Basic AuthName Restricted Files AuthBasicProvider file AuthUserFile /path/to/file/.htpasswd require

[Bug 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-05 Thread jaf@id
In order to verify this bug we installed a new ubuntu 14.04 server including apache 2.4.7 i.e. no configuration update necessary. And indeed the following configuration works as expected: AuthType Basic AuthName Restricted Files AuthBasicProvider file AuthUserFile /path/to/file/.htpasswd require

[Bug 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-05 Thread jaf@id
We also found a solution which is documented albeit well hidden. If you set ShibCompatValidUser On Require valid-user does also work with mod_shib enabled. According to https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig this is only necessary for shib versions 2.5.2 and

[Bug 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-01 Thread jaf@id
We have exactly the same problem here using apache 2.4.7 on Ubuntu 14.04. The following configuration does not work i.e. i could not access the restricted ressource: AuthType Basic AuthName Restricted Files AuthBasicProvider file AuthUserFile /path/to/file/.htpasswd require valid-user If I use

[Bug 1358284] Re: apache 2.4.7 does not respect valid-user

2014-09-01 Thread jaf@id
We have exactly the same problem here using apache 2.4.7 on Ubuntu 14.04. The following configuration does not work i.e. i could not access the restricted ressource: AuthType Basic AuthName Restricted Files AuthBasicProvider file AuthUserFile /path/to/file/.htpasswd require valid-user If I use