04-19-2007 01:20 PM
04-20-2007 04:10 AM
04-20-2007 12:10 PM
04-21-2007 02:04 PM
<property name="userIdAttributeName">
<value>samaccountname</value>
</property>
<property name="attributeMapping">
<map>
<entry key="cm:userName">
<!– Must match the same attribute as userIdAttributeName –>
<value>samaccountname</value>
</entry>
<entry key="cm:firstName">
<!– OpenLDAP: "givenName" –>
<!– Active Directory: "givenName" –>
<value>givenName</value>
</entry>
<entry key="cm:lastName">
<!– OpenLDAP: "sn" –>
<!– Active Directory: "sn" –>
<value>sn</value>
</entry>
<entry key="cm:email">
<!– OpenLDAP: "mail" –>
<!– Active Directory: "???" –>
<value>mail</value>
</entry>
<!– Always use the default –>
<entry key="cm:homeFolderProvider">
<null/>
</entry>
</map>
</property>
<config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="passthru">
<server>windows_domain_controler</server>
<domain>CORTINA</domain>
</authenticator>
</config>
<bean id="authenticationComponent" class="org.alfresco.repo.security.authentication.ldap.LDAPAuthenticationComponentImpl">
<property name="LDAPInitialDirContextFactory">
<ref bean="ldapInitialDirContextFactory"/>
</property>
<property name="userNameFormat">
<value>cn=%s,cn=users,dc=cortina,dc=local</value>
</property>
</bean>
Then I log in as "Andrew Peebles", but this is a different user than "peebles", and a home space is created in Company Home.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.