09-21-2009 08:52 AM
09-21-2009 09:28 AM
09-21-2009 10:05 AM
09-21-2009 10:17 AM
09-21-2009 10:27 AM
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" tomcatAuthentication="false"/>
12-18-2010 05:00 PM
01-09-2011 04:00 PM
<Location /alfresco>
Options -Indexes FollowSymLinks MultiViews
Order allow,deny
allow from all
AuthType Basic
AuthName "Example DMS"
Require valid-user
AuthLDAPBindDN "uid=admin,ou=People,dc=example,dc=org"
AuthLDAPBindPassword ********
AuthLDAPURL "ldaps://intranet.example.org:636/ou=People,dc=example,dc=org?uid?sub?(objectClass=*)"
AuthBasicProvider ldap
ProxyPass http://localhost:8080/alfresco
ProxyPassReverse http://localhost:8080/alfresco
RewriteEngine On
RewriteCond %{LA-U:REMOTE_USER} (.+)
RewriteRule . - [E=RU:%1]
RequestHeader set X-Alfresco-Remote-User "%{RU}e"
</Location>
<Location /share>
Options -Indexes FollowSymLinks MultiViews
Order allow,deny
allow from all
AuthType Basic
AuthName "Example DMS"
Require valid-user
AuthLDAPBindDN "uid=admin,ou=People,dc=example,dc=org"
AuthLDAPBindPassword ********
AuthLDAPURL "ldaps://intranet.example.org:636/ou=People,dc=example,dc=org?uid?sub?(objectClass=*)"
AuthBasicProvider ldap
ProxyPass http://localhost:8080/share
ProxyPassReverse http://localhost:8080/share
RewriteEngine On
RewriteCond %{LA-U:REMOTE_USER} (.+)
RewriteRule . - [E=RU:%1]
RequestHeader set X-Alfresco-Remote-User "%{RU}e"
</Location>
authentication.chain=external1:external,ldap-example:ldap
external.authentication.proxyUserName=
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.