<?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 some LDAP users are able to connect to Alfresco but they should not be in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71320#M23274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm begginer in Alfresco and LDAP synchronization.&lt;/P&gt;&lt;P&gt;I need to configure my Alfresco user only sync from specific AD group member.&lt;/P&gt;&lt;P&gt;synchronization gets the users of the adequate group.&lt;/P&gt;&lt;P&gt;When I search all users in the admin console, I find the right users. but I have a test user in the Active Directory that does not belong to the group. and does not appear in the user list in alfresco. but when i try to connect to alfresco with this account it is successful to login. and when I redo the search on the admin console this time it appears.&lt;/P&gt;&lt;P&gt;someone would have an idea to solve this problem please ?&lt;/P&gt;&lt;P&gt;I use Alfresco Community v5.2.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is my configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.userNameFormat=%s@domain.com&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://server:389&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=alfresco@domain.com&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=password&lt;BR /&gt;ldap.synchronization.personType=user&lt;BR /&gt;ldap.synchronisation.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronisation.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronisation.userIdAttributeName=sAMAccountName&lt;BR /&gt;ldap.synchronisation.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronisation.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronisation.groupType=group&lt;BR /&gt;ldap.synchronisation.groupMemberAttributeName=member&lt;BR /&gt;synchronization.syncOnStartup=true&lt;BR /&gt;synchronization.allowDeletions=true&lt;BR /&gt;synchronization.autoCreatePeopleOnLogin=false&lt;BR /&gt;synchronization.syncWhenMissingPeopleLogIn=false&lt;BR /&gt;ldap.synchronization.userSearchBase=OU="Interne users",DC="domain",DC="com"&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(memberOf=CN="Alfresco",OU="software",&lt;BR /&gt;OU="Groupes",DC="domain",DC="com")(objectclass=user))&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(memberOf=CN="Alfresco",OU="software",&lt;BR /&gt;OU="Groupes",DC=domain,DC=com)(objectclass=user)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.groupSearchBase=OU="software",OU="Groupes",DC=domain,DC=com&lt;BR /&gt;ldap.synchronization.groupQuery=(&amp;amp;(CN="Alfresco")(objectCategory=group))&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="border-width: 0px 1px 0px 0px; border-style: initial solid initial initial; border-color: initial #999999 initial initial; font-weight: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2019 15:08:52 GMT</pubDate>
    <dc:creator>adelohb</dc:creator>
    <dc:date>2019-04-08T15:08:52Z</dc:date>
    <item>
      <title>some LDAP users are able to connect to Alfresco but they should not be</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71320#M23274</link>
      <description>Hi,&amp;nbsp;I'm begginer in Alfresco and LDAP synchronization.I need to configure my Alfresco user only sync from specific AD group member.synchronization gets the users of the adequate group.When I search all users in the admin console, I find the right users. but I have a test user in the Active Directory</description>
      <pubDate>Mon, 08 Apr 2019 15:08:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71320#M23274</guid>
      <dc:creator>adelohb</dc:creator>
      <dc:date>2019-04-08T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: some LDAP users are able to connect to Alfresco but they should not be</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71321#M23275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;synchronization.autoCreatePeopleOnLogin=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it may depend on your chain authentication, for example if have passthru subsystem in the chain besides de ldap-ad.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/5.0/concepts/sync-props.html" title="https://docs.alfresco.com/5.0/concepts/sync-props.html" rel="nofollow noopener noreferrer"&gt;Synchronization configuration properties | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 16:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71321#M23275</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2019-04-09T16:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: some LDAP users are able to connect to Alfresco but they should not be</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71322#M23276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;thank you for your answer,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt; here is the authentication chain &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,&lt;SPAN&gt;ldap1&lt;/SPAN&gt;-ad:ldap-ad&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2019 08:49:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/some-ldap-users-are-able-to-connect-to-alfresco-but-they-should/m-p/71322#M23276</guid>
      <dc:creator>adelohb</dc:creator>
      <dc:date>2019-04-10T08:49:33Z</dc:date>
    </item>
  </channel>
</rss>

