<?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 LDAP Authentication On Alfresco 4.0.b in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261491#M214621</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;I installed alfresco 4.0.b community Edition , after that i tried to integrate with LDAP server ,for that i changed 2 files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)alfrescoinstallationfolder/tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Added &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;2)alfrescoinstallationfolder/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap/ldap1/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=uid=%s,ou=people,dc=example,dc=com&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://ip-address:389&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=cn\=admin,dc\=example,dc\=com&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=password&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=groupOfNames)&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=groupOfNames)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.personQuery=(objectclass\=inetOrgPerson)&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=inetOrgPerson)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou\=Groups,dc\=example,dc\=com&lt;BR /&gt;ldap.synchronization.userSearchBase=ou\=Users,dc\=example,dc\=com&lt;BR /&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;BR /&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'&lt;BR /&gt;ldap.synchronization.userIdAttributeName=uid&lt;BR /&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronization.userOrganizationalIdAttributeName=o&lt;BR /&gt;ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider&lt;BR /&gt;ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.groupType=groupOfNames&lt;BR /&gt;ldap.synchronization.personType=inetOrgPerson&lt;BR /&gt;ldap.synchronization.groupMemberAttributeName=member&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally restart the alfresco service ; while viewing log file it's showing &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;17:37:31,206 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]&lt;BR /&gt;17:37:31,242 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Synchronizing users and groups with user registry 'ldap1'&lt;BR /&gt;17:37:31,252 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving all groups from user registry 'ldap1'&lt;BR /&gt;17:37:31,303 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Group Analysis: Commencing batch of 0 entries&lt;BR /&gt;17:37:31,304 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Group Analysis: Completed batch of 0 entries&lt;BR /&gt;17:37:31,308 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving all users from user registry 'ldap1'&lt;BR /&gt;17:37:31,319 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Commencing batch of 13 entries&lt;BR /&gt;17:37:34,015 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Processed 13 entries out of 13. 100% complete. Rate: 4 per second. 0 failures detected.&lt;BR /&gt;17:37:34,015 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Completed batch of 13 entries&lt;BR /&gt;17:37:34,033 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Finished synchronizing users and groups with user registry 'ldap1'&lt;BR /&gt;17:37:34,033 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] 13 user(s) and 0 group(s) processed&lt;BR /&gt;17:37:35,038 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete&lt;BR /&gt;17:37:35,306 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_18-b07; maximum heap size 742.438MB&lt;BR /&gt;17:37:35,306 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community). Current version: 4.0.0 (b 3835) schema 5,019. Originally installed version: 4.0.0 (b 3835) schema 5,019.&lt;BR /&gt;17:37:35,307 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]&lt;BR /&gt;17:37:35,690 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete&lt;BR /&gt;17:37:35,691 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Replication' subsystem, ID: [Replication, default]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But am not able to login throughldap users (Error message:The remote server may be unavailable or your authentication details have not been recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;); login through admin able to see all the ldap users created on alfresco..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please help me for this issue…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 12:44:28 GMT</pubDate>
    <dc:creator>vijith</dc:creator>
    <dc:date>2011-11-14T12:44:28Z</dc:date>
    <item>
      <title>LDAP Authentication On Alfresco 4.0.b</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261491#M214621</link>
      <description>Hi ,I installed alfresco 4.0.b community Edition , after that i tried to integrate with LDAP server ,for that i changed 2 files1)alfrescoinstallationfolder/tomcat/shared/classes/alfresco-global.propertiesAdded authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap2)alfrescoinstallationfolder/tom</description>
      <pubDate>Mon, 14 Nov 2011 12:44:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261491#M214621</guid>
      <dc:creator>vijith</dc:creator>
      <dc:date>2011-11-14T12:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication On Alfresco 4.0.b</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261492#M214622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have struck the same issue. Would you be able to share how you fixed it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 00:11:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261492#M214622</guid>
      <dc:creator>borizuka</dc:creator>
      <dc:date>2012-01-16T00:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication On Alfresco 4.0.b</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261493#M214623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Were you able to login to Alfresco normally before enabling LDAP? Can you login with admin/admin? (The Alfresco admin account is stored within Alfresco, not LDAP.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 03:39:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261493#M214623</guid>
      <dc:creator>jevon</dc:creator>
      <dc:date>2012-01-16T03:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication On Alfresco 4.0.b</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261494#M214624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Have you made sure the login is mapped to the LDAP login correctly?&amp;nbsp; Eg&amp;nbsp; Loging to alfresco with firstname.surname&amp;nbsp; and in the properties file &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="https://migration33.stage.lithium.com/" rel="nofollow noopener noreferrer"&gt;=%s@domain.com&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; means ldap will recieve &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:firstname.surname@domain.com" rel="nofollow noopener noreferrer"&gt;firstname.surname@domain.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 11:49:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261494#M214624</guid>
      <dc:creator>aaronshaw</dc:creator>
      <dc:date>2012-01-16T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication On Alfresco 4.0.b</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261495#M214625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also struked in same issue. I can able to see the ldap users. but i cannot able to login through that users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 12:35:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261495#M214625</guid>
      <dc:creator>prabuprasath</dc:creator>
      <dc:date>2014-04-01T12:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication On Alfresco 4.0.b</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261496#M214626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For a start - don't hack anything below WEB-INF, if you have then roll back your changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a single LDAP just put your settings in alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next - you need to post more details.&amp;nbsp;&amp;nbsp; You may have the same issue.&amp;nbsp; But probably not.&amp;nbsp;&amp;nbsp; And post examples of the users in LDAP that you are trying to use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example is the O.P. really using example.com&amp;nbsp; and what is the name of the user in alfresco and LDAP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:02:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-on-alfresco-4-0-b/m-p/261496#M214626</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-01T16:02:00Z</dc:date>
    </item>
  </channel>
</rss>

