<?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 AD Sync doesn't work in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ad-sync-doesn-t-work/m-p/309367#M262497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got alfresco 4.2.f community on debian wheezy working so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My AD Auhtentication works but there is no userprofile data synced&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a new AD User login into alfresco he will get access but the userprofile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stays empty:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is my alfresco-global.properties: (secret data are hidden)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;dir.root=/opt/alfresco/alf_data&lt;BR /&gt;&lt;BR /&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=x.x.x.x&lt;BR /&gt;alfresco.port=8080&lt;BR /&gt;alfresco.protocol=http&lt;BR /&gt;&lt;BR /&gt;share.context=share&lt;BR /&gt;share.host=x.x.x.x&lt;BR /&gt;share.port=8080&lt;BR /&gt;share.protocol=http&lt;BR /&gt;&lt;BR /&gt;### database connection properties ###&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=xxxxxxxxxxxx&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc:postgresql://localhost:5432/${db.name}&lt;BR /&gt;&lt;BR /&gt;### FTP Server Configuration ###&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.port=21&lt;BR /&gt;&lt;BR /&gt;### RMI service ports ###&lt;BR /&gt;alfresco.rmi.services.port=50500&lt;BR /&gt;avm.rmi.service.port=0&lt;BR /&gt;avmsync.rmi.service.port=0&lt;BR /&gt;attribute.rmi.service.port=0&lt;BR /&gt;authentication.rmi.service.port=0&lt;BR /&gt;repo.rmi.service.port=0&lt;BR /&gt;action.rmi.service.port=0&lt;BR /&gt;deployment.rmi.service.port=0&lt;BR /&gt;&lt;BR /&gt;### External executable locations ###&lt;BR /&gt;ooo.exe=/opt/alfresco/libreoffice/program/soffice.bin&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;ooo.port=8100&lt;BR /&gt;img.root=/opt/alfresco/common&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;swf.exe=/opt/alfresco/common/bin/pdf2swf&lt;BR /&gt;swf.languagedir=/opt/alfresco/common/japanese&lt;BR /&gt;&lt;BR /&gt;jodconverter.enabled=false&lt;BR /&gt;jodconverter.officeHome=/opt/alfresco/libreoffice&lt;BR /&gt;jodconverter.portNumbers=8100&lt;BR /&gt;&lt;BR /&gt;### Initial admin password ###&lt;BR /&gt;alfresco_user_store.adminpassword=xxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;&lt;BR /&gt;### E-mail site invitation setting ###&lt;BR /&gt;notification.email.siteinvite=true&lt;BR /&gt;mail.host=mxrelay.xxxxxx&lt;BR /&gt;mail.port=25&lt;BR /&gt;mail.from.default=alfresco@xxx.de&lt;BR /&gt;mail.protocol=smtp&lt;BR /&gt;mail.smtp.auth=false&lt;BR /&gt;&lt;BR /&gt;### License location ###&lt;BR /&gt;dir.license.external=/opt/alfresco&lt;BR /&gt;&lt;BR /&gt;### Solr indexing ###&lt;BR /&gt;index.subsystem.name=solr&lt;BR /&gt;dir.keystore=${dir.root}/keystore&lt;BR /&gt;solr.port.ssl=8443&lt;BR /&gt;&lt;BR /&gt;### BPM Engine ###&lt;BR /&gt;system.workflow.engine.jbpm.enabled=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### LDAP Configuration ###&lt;BR /&gt;authentication.chain=passthru1:passthru,ldap1:ldap&lt;BR /&gt;#authentication.chain=ldap-ad1:ldap-ad,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.sso.enabled=false&lt;BR /&gt;passthru.authentication.allowGuestLogin=false&lt;BR /&gt;passthru.authentication.authenticateCIFS=false&lt;BR /&gt;passthru.authentication.authenticateFTP=false&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.servers=xxx.de&lt;BR /&gt;passthru.authentication.domain=xxx.de&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=axxx315,axxx444,axxx470&lt;BR /&gt;passthru.authentication.connectTimeout=5000&lt;BR /&gt;passthru.authentication.offlineCheckInterval=300&lt;BR /&gt;passthru.authentication.protocolOrder=TCPIP,NETBIOS&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=false&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.userNameFormat=%s@xxx.de&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://xxx.de:389&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=yyyy\\qdbem03&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=UED$~Mf4[5MftD=dFwBU&lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass=group)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass=user)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.groupSearchBase=DC\=xxx,DC\=de&lt;BR /&gt;ldap.synchronization.userSearchBase=DC\=xxx,DC\=de&lt;BR /&gt;&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=department&lt;BR /&gt;ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider&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;BR /&gt;&lt;BR /&gt;#synchronization.synchronizeChangesOnly=true&lt;BR /&gt;#synchronization.import.cron=55 10 * * *&lt;BR /&gt;cifs.enabled=false&lt;BR /&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;/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;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;/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;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;/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;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;/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;BR /&gt;&lt;SPAN&gt;Thank you for help!!!!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 09:36:29 GMT</pubDate>
    <dc:creator>firetux</dc:creator>
    <dc:date>2014-06-12T09:36:29Z</dc:date>
    <item>
      <title>AD Sync doesn't work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ad-sync-doesn-t-work/m-p/309367#M262497</link>
      <description>Hey guys,I got alfresco 4.2.f community on debian wheezy working so far.My AD Auhtentication works but there is no userprofile data syncedWhen a new AD User login into alfresco he will get access but the userprofilestays empty:here is my alfresco-global.properties: (secret data are hidden)##########</description>
      <pubDate>Thu, 12 Jun 2014 09:36:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ad-sync-doesn-t-work/m-p/309367#M262497</guid>
      <dc:creator>firetux</dc:creator>
      <dc:date>2014-06-12T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: AD Sync doesn't work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ad-sync-doesn-t-work/m-p/309368#M262498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello firetux,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope my comment really does help you because I am also just beginning to find my way around the murky waters of Alfresco. And so far so good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I had a similar problem. Started from syncing errors which I was able to fix by configuring ldap-ad properties in the shared/classes/alfresco/extension/subsystems/ldap1 folder and also in alfresco-global.properties file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All users from the AD was successfully synced but I discovered some user profiles were empty. So I went back to the AD to check these profiles and found that some user profile data were missing. I filled in all missing data on the AD, restarted Alfresco server and all user profiles are now properly synced and appearing in the user profile page in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So maybe you could check your AD user account properties. Or look through the ldap-ad-authentication.properties file in your tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad sub-folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 11:53:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ad-sync-doesn-t-work/m-p/309368#M262498</guid>
      <dc:creator>lolu</dc:creator>
      <dc:date>2014-06-20T11:53:55Z</dc:date>
    </item>
  </channel>
</rss>

