In the new Version 3.2r2 it's not possible to use SSO (NTLM) with the share. It works fine in 3.2r. But in 3.2r2 it work fine only with the "alfresco", but not in "share".
It look's like a Problem in "webscript-framework-config-custom.xml":
<!– Overriding endpoints to reference an Alfresco server with NTLM filter enabled –> <!– NOTE: the NTLM Authentication Filter must be enabled for both repository and web-tier web.xml –> <!– NOTE: if utilising a load balancer between web-tier and repository cluster, the "sticky –> <!– sessions" feature of your load balancer must be used when NTLM filter is active –> <config evaluator="string-compare" condition="Remote"> <remote> <connector> <id>alfrescoCookie</id> <name>Alfresco Connector</name> <description>Connects to an Alfresco instance using cookie-based authentication</description> <class>org.alfresco.connector.AlfrescoConnector</class> </connector>
<endpoint> <id>alfresco</id> <name>Alfresco - user access</name> <description>Access to Alfresco Repository WebScripts that require user authentication</description> <connector-id>alfrescoCookie</connector-id> <endpoint-url>http://localhost:8080/alfresco/wcs</endpoint-url> <identity>user</identity> <external-auth>true</external-auth> </endpoint> </remote> </config>