https://issues.apache.org/bugzilla/show_bug.cgi?id=55622
--- Comment #9 from Geir Engebakken <[email protected]> --- Our users are defined in both ADs, but disabled in one of them, so we need to use a filter. It worked before in 2.2, but cannot get it to work in Apache 2.4.6 <AuthnProviderAlias ldap ldap-users> AuthLDAPUrl "ldap://*******:3268/DC=***,DC=***?sAMAccountName?sub?(!(userAccountControl:1.2.840.113556.1.4.803:=2))" AuthLDAPBindDN "************************" AuthLDAPBindPassword "**********" </AuthnProviderAlias> <AuthnProviderAlias ldap ldap-corp1> AuthLDAPUrl "ldap://*********:3268/?sAMAccountName?sub?(!(userAccountControl:1.2.840.113556.1.4.803:=2))" AuthLDAPBindDN "************************" AuthLDAPBindPassword "**********" </AuthnProviderAlias> -- 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]
