08-19-2011 09:09 AM
external.authentication.enabled=true
external.authentication.proxyHeader=REMOTE_USERand as long as basic authentication is used on the Apache everything works fine.org.alfresco.repo.security.authentication.AuthenticationException: 07190007 Failed to set current user huebner@MY.COMPANYexternal.authentication.userIdPattern=(^[-a-zA-z0-9\.]*) seems to have no effect, no matter what RegEx I use.# Grab the REMOTE_USER apache environment variable for HTTP forwarding
RewriteEngine On
RewriteCond %{LA-U:REMOTE_USER} ([-a-zA-z0-9\.]+)[@]*.*
RewriteRule . - [E=RU:%1]
# Set the REMOTE_USER and x-user to the authenticated username
RequestHeader set REMOTE_USER %{RU}e
RequestHeader set x-user %{RU}eHas no visible effect…08-24-2011 02:19 AM
<filter>
<filter-name>KerberosRemoteUserFilter</filter-name>
<filter-class>ch.SWITCH.aai.filters.KerberosRemoteUserFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>KerberosRemoteUserFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.