<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Integration with AD 2003 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216621#M169751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For your particular case, I would recommend the chain&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=passthru1&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru,ldap1:ldap-ad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That way you can use the domain controller directly for authentication, and still synchronize user account details via LDAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Example" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Example&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 09:37:12 GMT</pubDate>
    <dc:creator>dward</dc:creator>
    <dc:date>2009-08-03T09:37:12Z</dc:date>
    <item>
      <title>Integration with AD 2003</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216619#M169749</link>
      <description>Can anyone can help me in Alfresco configuration and Integration with AD?I need to allow the users to use their windows account to access Alfresco.Perform SSO on alfresco V3.2Regards,Adnan</description>
      <pubDate>Sun, 02 Aug 2009 13:45:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216619#M169749</guid>
      <dc:creator>adnan_douglas</dc:creator>
      <dc:date>2009-08-02T13:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with AD 2003</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216620#M169750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;view help alfresco 3.2. Your problem there is&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my config system: Os win xp pro &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;configuration ldap (alfresco use openLdAP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in global properties (file:alfresco-global.properties) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;then in file tomcat\webapps\alfresco\WEB-INF\classes\alfresco\subsystems\Authentication\ldap\ldap-authentication.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.userNameFormat=%s@youdomain.com&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://xx.x.x.xx:389/DC=youdomain,DC=com?samaccountname?base?&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=admin&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=admin@youdomain.com&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=xxxxxxx #(password)&lt;BR /&gt;# following settings is synchronization but i am not config and i set false (maybe our ad use in groups russian names. openLDAP not working russian, only &lt;BR /&gt;# through base64. but i am testing query without groups, but not working synchronization&amp;nbsp;&amp;nbsp; ) &lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=organizationalUnit)&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=organizationalUnit)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=organizationalPerson)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=organizationalPerson)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupSearchBase=DC\=youdomain,DC\=com&lt;BR /&gt;ldap.synchronization.userSearchBase=DC\=youdomain,DC\=com&lt;BR /&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;BR /&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'&lt;BR /&gt;ldap.synchronization.userIdAttributeName=sAMAccountName&lt;BR /&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronization.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronization.userOrganizationalIdAttributeName=company&lt;BR /&gt;ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.groupType=group&lt;BR /&gt;ldap.synchronization.personType=user&lt;BR /&gt;ldap.synchronization.groupMemberAttributeName=member&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 02:14:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216620#M169750</guid>
      <dc:creator>paulweb</dc:creator>
      <dc:date>2009-08-03T02:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with AD 2003</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216621#M169751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For your particular case, I would recommend the chain&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=passthru1&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;assthru,ldap1:ldap-ad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That way you can use the domain controller directly for authentication, and still synchronize user account details via LDAP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Example" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Example&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 09:37:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integration-with-ad-2003/m-p/216621#M169751</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-03T09:37:12Z</dc:date>
    </item>
  </channel>
</rss>

