https://issues.apache.org/bugzilla/show_bug.cgi?id=55622
Bug ID: 55622
Summary: AuthnProviderAlias does not work in 2.4.6
Product: Apache httpd-2
Version: 2.4.6
Hardware: Other
Status: NEW
Severity: major
Priority: P2
Component: mod_authn_alias
Assignee: [email protected]
Reporter: [email protected]
Created attachment 30901
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30901&action=edit
virtual host debug log
hi, i was using AuthnProviderAlias in 2.2.24 without issue, when i moved up to
2.4.6, the config would not work.
Config
LDAPVerifyServerCert off
LDAPTrustedMode SSL
<AuthnProviderAlias ldap ldapUEDC1>
AuthLDAPURL
"ldaps://uedc1.company.com/DC=company,DC=com?sAMAccountName?sub?(objectClass=*)"
SSL
AuthLDAPBindDN "CN=ldap Lookup,OU=Service Accounts,OU=Ultra
Users,DC=company,DC=com"
AuthLDAPBindPassword pw
</AuthnProviderAlias>
<AuthnProviderAlias ldap ldapUEDC2>
AuthLDAPURL
"ldaps://uedc2.company.com/DC=company,DC=com?sAMAccountName?sub?(objectClass=*)"
SSL
AuthLDAPBindDN "CN=ldap Lookup,OU=Service Accounts,OU=Ultra
Users,DC=company,DC=com"
AuthLDAPBindPassword pw
</AuthnProviderAlias>
<VirtualHost 172.30.0.10:443>
ServerAdmin [email protected]
DocumentRoot "d:\websites\svn"
ServerName FLSoftware.company.com
CookieTracking On
CookieDomain .FLSoftware.company.com
CookieExpires "10 years"
CookieName FLSoftwareSession
CookieStyle Cookie
ErrorLog d:/logs/apache/FLSoftware-Error.log
CustomLog d:/logs/weblogs/FLSoftware/FLSoftware-Apache-%Y-%m-%d.log
combined
DirectoryIndex index.txt
LDAPTrustedMode SSL
<Location /svn>
AuthBasicProvider ldapUEDC1 ldapUEDC2
Authtype Basic
AuthzLDAPAuthoritative on
Authname "SubVersion"
Require valid-user
SetOutputFilter DEFLATE
DAV svn
SVNParentPath d:/SVNRepo
SVNPathAuthz on
SVNIndexXSLT "/svnindex.xml"
AuthzSVNAccessFile d:/SvnRepo/svn_dir_access.conf
</Location>
<Directory "d:/websites/svn">
DavGenericLockDB "D:/SVNRepo/ApacheLocks"
AllowOverride None
Order allow,deny
Allow from all
</Directory>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLProtocol all -SSLv2
SSLCipherSuite HIGH:MEDIUM:!ADH:!RC4
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
</VirtualHost>
error when on 2.4.6
[Wed Oct 02 14:54:25.160786 2013] [auth_basic:error] [pid 3288:tid 956] [client
172.30.2.149:9950] AH01618: user tonyg not found: /svn/Auracle
see full debug log attached
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]