<?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 Alfresco Community 3.2 and Active Directory integration in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235092#M188222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;New to Alfresco all in all so bare with me. I was testing/playing with Labs 3.0 but never really got anywhere because of the whole "million XMLs in a WAR" configuration nightmare. As I understand it has been improved quite in 3.2 with the new subsystems and configuration in tomcat/share but I'm not quite sure do I get it, and/or do it right. Be it anyway the end result is that I haven't really got to the point where my Active Directory users can logon to Alfresco anything with either their NT credentials, nor their AD username/passwords (or the appropriate DOMAIN\user or user@domain.tld combos) neither to CIFS nor to the /alfresco web app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I did is more/less C/P from the PDFs and the wiki pages. As I understand I should have setup authentication chain in &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which I did like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap-ad:ldap1&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Now the Install &amp;amp; configure PDF says I have to place some settings for these authentication subsystem element instances. I banged my head around untill in the wiki section on subsystems I came across that it should be placed in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/&amp;lt;category&amp;gt;/&amp;lt;type&amp;gt;/&amp;lt;id&amp;gt;/*.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for my case I made these files (with contents below, I ommited the exact names for security reasons, hope you don't mind):&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/alfrescoNtlm/alfrescoNtlm1/overrides.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ntlm.authentication.sso.enabled=false&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;SPAN class="line-numbers-rows"&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;STRONG&gt;$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/passthru/passthru1/overrides.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;tlm.authentication.sso.enabled=true&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.domain=mydomain.tld&lt;BR /&gt;passthru.authentication.servers=dc1.mydomain.tld,dc2.mydomain.tld&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Here the dc1.mydomain.tld is the FQDN cannonical name of the FSMO master of all things, and the second server is backup DC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;$TOMCAT_HOME/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap1/overrides.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.authentication.active=false&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.userNameFormat=%s@mydomain.tld&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://dc1.mydomain.tld389&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=administrator,&amp;lt;myself&amp;gt;&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=administrator@mydomain.tld&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=&amp;lt;administrator-password&amp;gt;&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;Please note that the CentOS 5.3 host this is run on has no other CIFS daemons (ie no Samba) but I have left winbind on and the host is joined to the domain via winbind. Also no other Tomcat, DB is handled by local MySQL, and I also have a CentOS fileserver working perfectly as a windows domain fileserver using distro vanilla Samba, and I have integrated Zimbra Community into my domain as well, so I'm not exactly a novice in Linux, Windows admin nor interop of the two platforms.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But Alfresco is constantly doing my head in. The config process is terribly convoluted even tho I'm no "point-and-click adventurer", I prefer single config file to endless web of directories and miniature config tidbits of the Alfresco/Spring way. But I thoeught I groked it and it's finally manageable in 3.2, still I just cannot get what's wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are some log bits that you might find interesting (and that I assume)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;00:00:00,025 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [managed, ldap-ad]&lt;BR /&gt;00:00:00,031 INFO&amp;nbsp; [org.alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]&lt;BR /&gt;00:00:00,031 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [managed, ldap-ad] complete&lt;BR /&gt;12:59:40,222 WARN&amp;nbsp; [org.springframework.beans.factory.support.DefaultListableBeanFactory] Encountered FactoryBean creation exception for bean 'AuthenticationComponent' - couldn't check type! org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuthenticationComponent' defined in file [/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/passthru/passthru-authentication-context.xml]: Cannot resolve reference to bean 'authenticationComponent' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationComponent' defined in file [/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/passthru/passthru-authentication-context.xml]: Cannot resolve reference to bean 'passthruServers' while setting bean property 'passthruServers'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'passthruServers' defined in file [/opt/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/passthru/passthru-authentication-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 06170006 Error setting passthru domain, Failed to find domain controller or browse master for DOMAIN&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;and Alfresco dies spouting pretty much this message as I log on. &lt;/SPAN&gt;&lt;STRONG&gt;And this is verbatim, and my domain name is certainly not DOMAIN. So this i what I think is wrong, I just don't know where to override it.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I slam all that stuff from subdirectories and override.properties files in the &lt;/SPAN&gt;&lt;STRONG&gt;/opt/Alfresco/tomcat/shared/classes/alfresco-global.properties&lt;/STRONG&gt;&lt;SPAN&gt; file (and it looks like)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap-ad:ldap1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.domain=mydomain.tld&lt;BR /&gt;passthru.authentication.servers=dc1.mydomain.tld,dc2.mydomain.tld&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=false&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.userNameFormat=%s@mydomain.tld&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://dc1.mydomain.tld:389&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=administrator,&amp;lt;myself&amp;gt;&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=administrator@mydomain.tld&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=&amp;lt;admin-password&amp;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;/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;then it starts OK, accepts admin/admin (internal password system) but does not accept any of my AD users as described, and the log has these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;09:44:15,854 WARN&amp;nbsp; [org.alfresco.web.app.servlet.NTLMAuthenticationFilter] NTLM filter, error resolving CIFS host nameALFRESCOA&lt;BR /&gt;09:44:15,855 INFO&amp;nbsp; [org.alfresco.web.app.servlet.NTLMAuthenticationFilter] NTLM filter using server name alfresco&lt;BR /&gt;09:48:04,525 ERROR [org.alfresco.smb.protocol.auth] Kerberos logon error&lt;BR /&gt;09:48:04,525 ERROR [org.alfresco.smb.protocol.auth] java.lang.NullPointerException&lt;BR /&gt;09:48:04,566 ERROR [org.alfresco.smb.protocol.auth] Kerberos logon error&lt;BR /&gt;09:48:04,577 ERROR [org.alfresco.smb.protocol.auth] java.lang.NullPointerException&lt;BR /&gt;09:48:04,679 ERROR [org.alfresco.smb.protocol.auth] Kerberos logon error&lt;BR /&gt;09:48:04,680 ERROR [org.alfresco.smb.protocol.auth] java.lang.NullPointerException&lt;BR /&gt;09:48:05,491 ERROR [org.alfresco.smb.protocol.auth] Kerberos logon error&lt;BR /&gt;09:48:05,492 ERROR [org.alfresco.smb.protocol.auth] java.lang.NullPointerException&lt;BR /&gt;09:48:05,498 ERROR [org.alfresco.smb.protocol.auth] Kerberos logon error&lt;BR /&gt;09:48:05,498 ERROR [org.alfresco.smb.protocol.auth] java.lang.NullPointerException&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Which is interesting (despite being just a warning) since both NETBIOS and DNS server names of the host are just "alfresco", and I've tried to ovverride cifs.localname and cifs.domain to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;cifs.localname=alfresco&lt;BR /&gt;cifs.domain=mydomain.tld&lt;SPAN class="line-numbers-rows"&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;But log errors are stil the same. The other part is Kerberos failing and not really saying why.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope someone can help me. Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 13:54:07 GMT</pubDate>
    <dc:creator>bmarkovic</dc:creator>
    <dc:date>2009-07-20T13:54:07Z</dc:date>
    <item>
      <title>Alfresco Community 3.2 and Active Directory integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235092#M188222</link>
      <description>Hi,New to Alfresco all in all so bare with me. I was testing/playing with Labs 3.0 but never really got anywhere because of the whole "million XMLs in a WAR" configuration nightmare. As I understand it has been improved quite in 3.2 with the new subsystems and configuration in tomcat/share but I'm n</description>
      <pubDate>Mon, 20 Jul 2009 13:54:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235092#M188222</guid>
      <dc:creator>bmarkovic</dc:creator>
      <dc:date>2009-07-20T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 3.2 and Active Directory integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235093#M188223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok still no reply, but I did get a bit further on my own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Everything so far suggests that the proposed method of overriding properties using the paths (from wiki section on Configuring Subsystems) doesn't really work in my install, i.e. Alfresco does not read anything from my configuration files. I've triple-checked for grammar errors. Is there a syntax such that I can set these options in alfresco-global.properties since it obviously reads it, however for some reason authentication doesn't work this way, I'm assuming it's because default properties don't make it as they should to instances because they are globally defined.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 13:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235093#M188223</guid>
      <dc:creator>bmarkovic</dc:creator>
      <dc:date>2009-07-21T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 3.2 and Active Directory integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235094#M188224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI it seems that the extension classpath based mechanism described here was broken in the v3.2 Community release&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Extension_classpath" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Extension_classpath&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=8&amp;amp;t=20069#p66374" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=8&amp;amp;t=20069#p66374&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A fix for this is in the latest community nightly build (14th July).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:26:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235094#M188224</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-07-21T14:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 3.2 and Active Directory integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235095#M188225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How would one go about downloading this nightly build? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit: Rude me, I forgot to say thank you for replying to my post, so here it is: Thank you, Dward, and please respond to this question as well when you find time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 06:57:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235095#M188225</guid>
      <dc:creator>bmarkovic</dc:creator>
      <dc:date>2009-07-22T06:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 3.2 and Active Directory integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235096#M188226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://dev.alfresco.com/downloads/nightly/dist/" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/downloads/nightly/dist/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 07:29:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235096#M188226</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-07-22T07:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 3.2 and Active Directory integration</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235097#M188227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. Is there anything I have to bare in mind when rewriting this version over the old one (I intend to save the classpath folders, uninstall, then reinstall and restore folders)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 07:31:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-3-2-and-active-directory-integration/m-p/235097#M188227</guid>
      <dc:creator>bmarkovic</dc:creator>
      <dc:date>2009-07-22T07:31:52Z</dc:date>
    </item>
  </channel>
</rss>

