Comment 5 for bug 1313848

Revision history for this message
Stanislav German-Evtushenko (giner) wrote :

We have upgraded our server from 10.04 to 14.04 and now we have just the same issue. To me more precise this does not work with VHOSTs.

Our server is using LDAP authentication provided by to domain controllers which belong to different domains. Our scheme is:

AuthnProviderAlias ldap ldapdom1
AuthnProviderAlias ldap ldapdom2
<VirtualHost *:443>
 ...
 Authtype Basic
 AuthBasicProvider ldapdom1 ldapdom2
 ...
</VirtualHost>

Just like here: https://issues.apache.org/bugzilla/show_bug.cgi?id=55622#c0

Since upgrade it is not possible to do multiple domain authentication with vhosts anymore.