<?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: OpenLDAP Authentication works but Sync doesn't works. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297188#M250318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;add these properties in alfresco.global.properties and Check your port numbers everything run the server it will work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 11:02:34 GMT</pubDate>
    <dc:creator>sandeepreddy1</dc:creator>
    <dc:date>2016-05-17T11:02:34Z</dc:date>
    <item>
      <title>OpenLDAP Authentication works but Sync doesn't works.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297186#M250316</link>
      <description>Hi All,I have configured OpenLDAP for Authentication as well as Synchronize user information purpose. Authentication through OpenLDAP works like a charm but Synchronization user details doesn't works. Below are my configurations:&amp;lt;strong&amp;gt;(1) alfresco-global.properties:&amp;lt;/strong&amp;gt;authenticat</description>
      <pubDate>Fri, 13 May 2016 10:59:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297186#M250316</guid>
      <dc:creator>sjoshi</dc:creator>
      <dc:date>2016-05-13T10:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: OpenLDAP Authentication works but Sync doesn't works.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297187#M250317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hai sjoshi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just follow these properties it will work,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;######AUTHENTIFICATION CHAIN####&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;######SUBSYSTEM AUTHENTIFICATION####&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### SIMPLE AUTHENTIFICATION ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.security.authentication=simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.authentication.userNameFormat=uid=%s,ou=users,ou=system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.authentication.userNameFormat=CN=%s,ou=users,ou=system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.userNameFormat=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://localhost:10389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#####################################&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;###### SUBSYSTEM SYNCHRONISATION ####&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#####################################&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal=uid=admin,ou=system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials=secret&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.queryBatchSize=1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(objectclass=groupOfNames)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass=groupOfNames)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=(objectclass=inetOrgPerson)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass=inetOrgPerson)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=ou=groups,ou=system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou=users,ou=system&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.modifyTimestampAttributeName=whenChanged&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;################# ATTRIBUTE MAPPING #############&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#### mapping to unique username in username attribute###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userIdAttributeName=uid&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.userLastNameAttributeName=cn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.userEmailAttributeName=mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.userFirstNameAttributeName=givenName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupIdAttributeName=cn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.groupType=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.personType=&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupMemberAttributeName=member&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.userOrganizationalIdAttributeName=company&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.enableProgressEstimation=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;####################################&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;###### SYNCHRONISATION SETTINGS ####&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;####################################&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.autoCreatePeopleOnLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#synchronization.import.group.clearAllChildren=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# full sync or only changes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.synchronizeChangesOnly=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# to sync on each alfresco startup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncOnStartup=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncWhenMissingPeopleLogIn=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### DONT USE UNIX CRON EXPRESSION- USE QUARTZ CRON EXPRESSIONS!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### look here &lt;/SPAN&gt;&lt;A href="http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html" rel="nofollow noopener noreferrer"&gt;http://www.quartz-scheduler.org/docs/tutorials/crontrigger.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;### synchronisation starts every 15 minutes!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.import.cron=0 0/5 * * * ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 10:58:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297187#M250317</guid>
      <dc:creator>sandeepreddy1</dc:creator>
      <dc:date>2016-05-17T10:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: OpenLDAP Authentication works but Sync doesn't works.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297188#M250318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;add these properties in alfresco.global.properties and Check your port numbers everything run the server it will work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 11:02:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/openldap-authentication-works-but-sync-doesn-t-works/m-p/297188#M250318</guid>
      <dc:creator>sandeepreddy1</dc:creator>
      <dc:date>2016-05-17T11:02:34Z</dc:date>
    </item>
  </channel>
</rss>

