<?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: Cannot get LDAP Synch to work with AD in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170680#M123951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I already got it working using Digest-MD5 instead of Simple as authentication method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you were almost right, but you can't use a DN as your username. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used this in my ldap-authentication.properties file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.authentication.userNameFormat=%s&lt;BR /&gt;&lt;BR /&gt;…..&lt;BR /&gt;&lt;BR /&gt;# The authentication mechanism to use&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=DIGEST-MD5&lt;BR /&gt;&lt;BR /&gt;# The default principal to use (only used for LDAP sync)&lt;BR /&gt;ldap.authentication.java.naming.security.principal=user name (only the name. e.g myuser)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and it worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 10:16:30 GMT</pubDate>
    <dc:creator>duxtinto</dc:creator>
    <dc:date>2008-04-03T10:16:30Z</dc:date>
    <item>
      <title>Cannot get LDAP Synch to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170678#M123949</link>
      <description>Hi,I'm in the process of setting up a 2.1 instance and want to synch our users from Active Directory, but just can't seem to get it to work.&amp;nbsp; I've copied over the files:ldap-synchronisation.propertiesldap-authentication.propertiesldap-synchronisation-context.xmlHere are how I have the properties set</description>
      <pubDate>Thu, 28 Feb 2008 19:14:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170678#M123949</guid>
      <dc:creator>mliedtke</dc:creator>
      <dc:date>2008-02-28T19:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get LDAP Synch to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170679#M123950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got it working…sort of.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed ldap.authentication.java.naming.security.authentication=SIMPLE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and it worked, i guess DIGEST-MD5 requires revers encryption which isn't set up on our AD, and I don't have control over that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 22:42:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170679#M123950</guid>
      <dc:creator>mliedtke</dc:creator>
      <dc:date>2008-02-28T22:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get LDAP Synch to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170680#M123951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I already got it working using Digest-MD5 instead of Simple as authentication method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you were almost right, but you can't use a DN as your username. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used this in my ldap-authentication.properties file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.authentication.userNameFormat=%s&lt;BR /&gt;&lt;BR /&gt;…..&lt;BR /&gt;&lt;BR /&gt;# The authentication mechanism to use&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=DIGEST-MD5&lt;BR /&gt;&lt;BR /&gt;# The default principal to use (only used for LDAP sync)&lt;BR /&gt;ldap.authentication.java.naming.security.principal=user name (only the name. e.g myuser)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and it worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 10:16:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170680#M123951</guid>
      <dc:creator>duxtinto</dc:creator>
      <dc:date>2008-04-03T10:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot get LDAP Synch to work with AD</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170681#M123952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey, thanks for the reply.&amp;nbsp;&amp;nbsp; I actually decided to CAS for our sign on so users can open Alfresco directly from Liferay without having to re-authenticate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 13:39:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cannot-get-ldap-synch-to-work-with-ad/m-p/170681#M123952</guid>
      <dc:creator>mliedtke</dc:creator>
      <dc:date>2008-04-03T13:39:37Z</dc:date>
    </item>
  </channel>
</rss>

