<?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: LDAP Authentification in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106766#M30141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's search base of your AD. It points to place where you groups stored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check how it work by LDAP browser, filter everything you need and add to alfresco-global.properties yours base and query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full&amp;nbsp;query parameters are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The query to select all objects that represent the groups to import.&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/P&gt;&lt;P&gt;# The query to select objects that represent the groups to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;# The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.&lt;BR /&gt;ldap.synchronization.groupSearchBase=OU\=Unit,DC\=domain,DC\=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The query to select all objects that represent the users to import.&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/P&gt;&lt;P&gt;# The query to select objects that represent the users to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;# The user search base restricts the LDAP user query to a sub section of tree on the LDAP server.&lt;BR /&gt;ldap.synchronization.userSearchBase=OU\=Unit,DC\=domain,DC\=com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2019 13:03:43 GMT</pubDate>
    <dc:creator>fedorow</dc:creator>
    <dc:date>2019-05-28T13:03:43Z</dc:date>
    <item>
      <title>LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106760#M30135</link>
      <description>Hi,I need to establish a LDAP Authentification on my Alfresco Community.In&amp;nbsp;Alfresco-global.propertie, I add some lines but when I try to connect on Alfresco Share with my AD account, it didn't work. I add this line :authentication.chain=alfinst:alfrescoNtlm,ldap1:ldapldap.authentication.java.naming.</description>
      <pubDate>Mon, 27 May 2019 09:39:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106760#M30135</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-27T09:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106761#M30136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should give information about synchronization user - name and password.&lt;/P&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; margin: 0px 0px 20px; padding: 2px;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;ldap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;synchronization&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;java&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;naming&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;security&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;principal&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;alfresco@domain&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;com&lt;BR /&gt;ldap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;synchronization&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;java&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;naming&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;security&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;credentials&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;secret&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;And add a format of user names for authentication.&lt;/P&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; margin: 0px 0px 20px; padding: 2px;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;ldap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;authentication&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;userNameFormat&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=%&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;s@domain&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;com&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;It would be nice to add admin and guest policy:&lt;/P&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; margin: 0px 0px 20px; padding: 2px;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;ldap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;authentication&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;allowGuestLogin&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000088;"&gt;false&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; margin: 0px 0px 20px; padding: 2px;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;ldap&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;authentication&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;defaultAdministratorUserNames&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #660066;"&gt;Administrator&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;alfresco&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For mo information&amp;nbsp;look at&amp;nbsp;example:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/community/tasks/auth-example-oneldap-ad.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/community/tasks/auth-example-oneldap-ad.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/community/concepts/auth-ldap-intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/community/concepts/auth-ldap-intro.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 06:20:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106761#M30136</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-05-28T06:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106762#M30137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a lot about your help !&lt;/P&gt;&lt;P&gt;About ldap synchronization, I need name and password of my AD/DC or of my Alfresco server ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 06:42:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106762#M30137</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-28T06:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106763#M30138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;naming.security.principal is an AD user witch should have read permissions on LDAP (AD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defaultAdministratorUserNames can be coma separated local alfresco users or/and synchronized AD users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 07:26:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106763#M30138</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-05-28T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106764#M30139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank a lot, it's the solution ! &lt;IMG src="https://connect.hyland.com/legacyfs/online/alfresco/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 08:09:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106764#M30139</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-28T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106765#M30140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just one more question, this line didn't work :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupSearchBase=ou=Groupes d'accès,dc=&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;domain&lt;/SPAN&gt;,dc=com&lt;/P&gt;&lt;P&gt;##Group from AD to Alfresco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 12:41:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106765#M30140</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-28T12:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106766#M30141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's search base of your AD. It points to place where you groups stored.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check how it work by LDAP browser, filter everything you need and add to alfresco-global.properties yours base and query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full&amp;nbsp;query parameters are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The query to select all objects that represent the groups to import.&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/P&gt;&lt;P&gt;# The query to select objects that represent the groups to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;# The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.&lt;BR /&gt;ldap.synchronization.groupSearchBase=OU\=Unit,DC\=domain,DC\=com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The query to select all objects that represent the users to import.&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/P&gt;&lt;P&gt;# The query to select objects that represent the users to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;# The user search base restricts the LDAP user query to a sub section of tree on the LDAP server.&lt;BR /&gt;ldap.synchronization.userSearchBase=OU\=Unit,DC\=domain,DC\=com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 13:03:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106766#M30141</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-05-28T13:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106767#M30142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work, i think I don't really understand how to complete those lines :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# The query to select all objects that represent the groups to import.&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The query to select objects that represent the groups to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.&lt;BR /&gt;ldap.synchronization.groupSearchBase=OU\=Groupes d'accès,DC\=&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;domain&lt;/SPAN&gt;,DC\=com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 15:20:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106767#M30142</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-28T15:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106768#M30143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;ldap.synchronization.groupSearchBase=ou=Groupes d'accès,ou=RAPIDO,ou=CCAR,ou=RAPIDO_VDL,dc=rapido53,dc=com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupSearchBase=OU\=Groupes d'accès,OU\=RAPIDO,OU\=CCAR,OU\=RAPIDO_VDL,DC\=rapido53,DC\=com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 15:41:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106768#M30143</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-05-28T15:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106769#M30144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work...&lt;/P&gt;&lt;P&gt;I try this 2 option and let this enable:&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;# The query to select all objects that represent the groups to import.&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;# The query to select objects that represent the groups to import that have changed since a certain time.&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;But when I connect with admin account, go to admin tools and user and groups when I write a group of my AD i have nothing. I don't know if this command respond to my needing.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;For examble, I got a group name "Informatique" with 4 users, I want to import this group to alfresco and when i'm in alfresco I want to have this 4 users import and I want they are in a group name "Informatique" to just add rights on this group for all user in.&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;Sorry, my english sound french &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 07:29:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106769#M30144</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-29T07:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106770#M30145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't write, don't search, just browse.&lt;/P&gt;&lt;P&gt;Admin Tools &amp;gt; Groups &amp;gt; Browse&lt;/P&gt;&lt;P&gt;( &lt;A href="http://youdomain.fr/share/page/console/admin-console/groups#state=panel%3Dsearch%26refresh%3Dfalse" rel="nofollow noopener noreferrer"&gt;http://youdomain.fr/share/page/console/admin-console/groups#state=panel%3Dsearch%26refresh%3Dfalse&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;What do you see? Nothing? Set check box "&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;Show System Groups&lt;/SPAN&gt;" and Browse again. Do you see system groups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check synchronization logs. Have it some errors? How many groups imported?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand, AD users synchronized properly. Do search base of users the same as groups?&lt;/P&gt;&lt;P&gt;If don't,&amp;nbsp;check groups search base by&amp;nbsp;external LDAP browser. For example, &lt;A href="https://directory.apache.org/studio/" rel="nofollow noopener noreferrer"&gt;Apache Directory Studio&lt;/A&gt; or some thing like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 08:39:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106770#M30145</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-05-29T08:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106771#M30146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I just browse in Groups, I got Alfresco system groups but not AD Groups.&lt;BR /&gt;In my log there is no errors, i give you this in the end of my post&lt;/P&gt;&lt;P&gt;OU "Groupe d'accès" and OU "Utilisateurs" are in the OU "RAPIDO" and it work for Utilisateurs but not Groupe d'accès&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This line are from "Alfresco.log" just after I start Alfresco service&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;19-05-29 11:24:06,982 INFO [org.alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/alfresco' with user 'alfresco'.&lt;BR /&gt;2019-05-29 11:24:06,984 INFO [org.alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 9.4.12&lt;BR /&gt;2019-05-29 11:24:11,765 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes&lt;BR /&gt;2019-05-29 11:24:11,766 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.1-metadata-query-indexes&lt;BR /&gt;2019-05-29 11:24:11,766 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V5.2-remove-jbpm-tables-from-db&lt;BR /&gt;2019-05-29 11:24:18,167 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfinst]&lt;BR /&gt;2019-05-29 11:24:18,361 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfinst] complete&lt;BR /&gt;2019-05-29 11:24:18,361 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Authentication' subsystem, ID: [Authentication, managed, ldap1]&lt;BR /&gt;2019-05-29 11:24:23,493 WARN [org.alfresco.repo.security.authentication.ldap.LDAPInitialDirContextFactoryImpl] [localhost-startStop-1] LDAP server supports anonymous bind ldap://SRVDC01.rapido53.com ##adres of ldap server&lt;BR /&gt;2019-05-29 11:24:23,525 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Authentication' subsystem, ID: [Authentication, managed, ldap1] complete&lt;BR /&gt;2019-05-29 11:24:26,298 INFO [org.springframework.extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor Repository Template Processor for extension ftl&lt;BR /&gt;2019-05-29 11:24:26,300 INFO [org.springframework.extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor Repository Script Processor for extension js&lt;BR /&gt;2019-05-29 11:24:28,573 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted]&lt;BR /&gt;2019-05-29 11:24:28,621 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ContentStore' subsystem, ID: [ContentStore, managed, unencrypted] complete&lt;BR /&gt;2019-05-29 11:24:28,671 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Connecting to database: jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/alfresco, UserName=alfresco, PostgreSQL Native Driver&lt;BR /&gt;2019-05-29 11:24:28,672 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] Schema managed by database dialect org.hibernate.dialect.PostgreSQLDialect.&lt;BR /&gt;2019-05-29 11:24:28,910 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] [localhost-startStop-1] No changes were made to the schema.&lt;BR /&gt;2019-05-29 11:24:29,898 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'thirdparty' subsystem, ID: [thirdparty, default]&lt;BR /&gt;2019-05-29 11:24:30,047 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete&lt;BR /&gt;2019-05-29 11:24:30,047 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]&lt;BR /&gt;2019-05-29 11:24:30,437 WARN [org.alfresco.util.OpenOfficeConnectionTester] [localhost-startStop-1] Error trying to query Open Office version information. OpenOffice.org's ConfigurationRegistry not implemented in this version of OOo. This should not affect the operation of OOo.&lt;BR /&gt;2019-05-29 11:24:30,440 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete&lt;BR /&gt;2019-05-29 11:24:30,444 INFO [org.alfresco.repo.admin.ConfigurationChecker] [localhost-startStop-1] The root data directory ('dir.root') is: /opt/alfresco-community/alf_data&lt;BR /&gt;2019-05-29 11:24:30,445 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Search' subsystem, ID: [Search, managed, solr4]&lt;BR /&gt;2019-05-29 11:24:30,759 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Search' subsystem, ID: [Search, managed, solr4] complete&lt;BR /&gt;2019-05-29 11:24:30,794 INFO [org.alfresco.repo.admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ...&lt;BR /&gt;2019-05-29 11:24:31,310 INFO [org.alfresco.repo.admin.patch.PatchExecuter] [localhost-startStop-1] No patches were required.&lt;BR /&gt;2019-05-29 11:24:31,335 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Found 4 module package(s).&lt;BR /&gt;2019-05-29 11:24:31,375 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-aos-module' version 1.1.6.&lt;BR /&gt;2019-05-29 11:24:31,401 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'org.alfresco.integrations.google.docs' version 3.0.4.&lt;BR /&gt;2019-05-29 11:24:31,420 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-share-services' version 5.2.0.&lt;BR /&gt;2019-05-29 11:24:31,438 INFO [org.alfresco.repo.module.ModuleServiceImpl] [localhost-startStop-1] Starting module 'alfresco-trashcan-cleaner' version 2.2.&lt;BR /&gt;2019-05-29 11:24:31,447 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'fileServers' subsystem, ID: [fileServers, default]&lt;BR /&gt;2019-05-29 11:24:31,789 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]&lt;BR /&gt;2019-05-29 11:24:31,831 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete&lt;BR /&gt;2019-05-29 11:24:31,880 WARN [org.alfresco.fileserver] [localhost-startStop-1] CIFS, Unable to get local domain/workgroup name, using default of WORKGROUP. This may be due to firewall settings or incorrect &amp;lt;broadcast&amp;gt; setting)&lt;BR /&gt;2019-05-29 11:24:31,888 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete&lt;BR /&gt;2019-05-29 11:24:31,889 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'imap' subsystem, ID: [imap, default]&lt;BR /&gt;2019-05-29 11:24:32,004 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'imap' subsystem, ID: [imap, default] complete&lt;BR /&gt;2019-05-29 11:24:32,005 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, outbound]&lt;BR /&gt;2019-05-29 11:24:32,394 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, outbound] complete&lt;BR /&gt;2019-05-29 11:24:32,394 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'email' subsystem, ID: [email, inbound]&lt;BR /&gt;2019-05-29 11:24:32,453 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'email' subsystem, ID: [email, inbound] complete&lt;BR /&gt;2019-05-29 11:24:32,454 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]&lt;BR /&gt;2019-05-29 11:24:32,494 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete&lt;BR /&gt;2019-05-29 11:24:32,516 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Synchronization' subsystem, ID: [Synchronization, default]&lt;BR /&gt;2019-05-29 11:24:32,659 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete&lt;BR /&gt;2019-05-29 11:24:32,687 INFO [org.alfresco.service.descriptor.DescriptorService] [localhost-startStop-1] Alfresco JVM - v1.8.0_131-b11; maximum heap size 990,750MB&lt;BR /&gt;2019-05-29 11:24:32,688 INFO [org.alfresco.service.descriptor.DescriptorService] [localhost-startStop-1] Server Mode :UNKNOWN&lt;BR /&gt;2019-05-29 11:24:32,691 INFO [org.alfresco.service.descriptor.DescriptorService] [localhost-startStop-1] Alfresco Content Services started (Community). Current version: 5.2.0 (re21f2be5-b22) schema 10&amp;nbsp;057. Originally installed version: 5.2.0 (re21f2be5-b22) schema 10&amp;nbsp;057.&lt;BR /&gt;2019-05-29 11:24:32,708 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]&lt;BR /&gt;2019-05-29 11:24:32,977 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete&lt;BR /&gt;2019-05-29 11:24:32,978 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'Replication' subsystem, ID: [Replication, default]&lt;BR /&gt;2019-05-29 11:24:33,000 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'Replication' subsystem, ID: [Replication, default] complete&lt;BR /&gt;2019-05-29 11:24:34,988 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'googledocs' subsystem, ID: [googledocs, drive]&lt;BR /&gt;2019-05-29 11:24:35,122 INFO [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'googledocs' subsystem, ID: [googledocs, drive] complete&lt;BR /&gt;2019-05-29 11:24:38,200 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 408 Web Scripts (+0 failed), 556 URLs&lt;BR /&gt;2019-05-29 11:24:38,203 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:38,204 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:40,050 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 408 Web Scripts (+0 failed), 556 URLs&lt;BR /&gt;2019-05-29 11:24:40,051 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 1 Package Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:40,051 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:40,057 INFO [org.springframework.extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Repository Web Script Container (in 4906.8384ms)&lt;BR /&gt;2019-05-29 11:24:40,094 INFO [org.springframework.extensions.webscripts.TemplateProcessorRegistry] [localhost-startStop-1] Registered template processor freemarker for extension ftl&lt;BR /&gt;2019-05-29 11:24:40,097 INFO [org.springframework.extensions.webscripts.ScriptProcessorRegistry] [localhost-startStop-1] Registered script processor javascript for extension js&lt;BR /&gt;2019-05-29 11:24:41,583 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 408 Web Scripts (+0 failed), 556 URLs&lt;BR /&gt;2019-05-29 11:24:41,583 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 1 Package Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,584 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,660 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 13 Web Scripts (+0 failed), 102 URLs&lt;BR /&gt;2019-05-29 11:24:41,661 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,661 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,710 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 13 Web Scripts (+0 failed), 102 URLs&lt;BR /&gt;2019-05-29 11:24:41,710 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Package Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,710 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,714 INFO [org.springframework.extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Public Api Web Script Container (in 1549.6895ms)&lt;BR /&gt;2019-05-29 11:24:41,760 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 13 Web Scripts (+0 failed), 102 URLs&lt;BR /&gt;2019-05-29 11:24:41,761 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed)&lt;BR /&gt;2019-05-29 11:24:41,761 INFO [org.springframework.extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106771#M30146</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-05-29T09:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106772#M30147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's don't synchronize at startup. Strange, I think&amp;nbsp;synchronization.syncOnStartup=true is default settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And add crone into global properties to make periodical synchronization. For example:&lt;/P&gt;&lt;P&gt;synchronization.import.cron=0 0/20 8-18 * * ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you&amp;nbsp;will see log of syncing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 12:14:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106772#M30147</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-05-30T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106773#M30148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I add your line&amp;nbsp;:&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;synchronization.import.cron=0 0/20 8-18 * *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;But I don't really know syntax of this line, why this number and why * *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;With this line I don't see any difference, no group on my alfresco.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 08:20:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106773#M30148</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-06-03T08:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106774#M30149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's crone syntax, google bless&amp;nbsp;you. It should syncing AD every 20 minutes from 8AM to&amp;nbsp;6PM every day.&lt;/P&gt;&lt;P&gt;So you will&amp;nbsp;see results of syncing in alfresco log every 20 minutes. If you testing, you can decrease number of minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 08:36:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106774#M30149</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-06-03T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106775#M30150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be it's your solution?&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/thread/241891"&gt;ldap-ad subsystem - sync error&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I never have spaces in&amp;nbsp;OU or DC. You have. So try add spaces after comas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 08:54:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106775#M30150</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-06-03T08:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106776#M30151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try this with space afters comas and it didn't work.&lt;/P&gt;&lt;P&gt;I try too "OU=Groupes\ d'accès" it didn't work too.&lt;/P&gt;&lt;P&gt;Sure the problem is the space but how can I go out of this space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 11:56:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106776#M30151</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-06-03T11:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106777#M30152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;I just try with an other OU&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #727174; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;ldap.synchronization.groupSearchBase=OU=Alfresco,DC=rapido53,DC=com&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #727174; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;With one group but when I go in admin tools et browse group, i don't have group....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #727174; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;This is all line about authentification in my file :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap&lt;BR /&gt;ldap.authentification.active=true&lt;BR /&gt;ntlm.authentication.sso.enabled=false&lt;BR /&gt;ldap.synchronization.active=false&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;A _jive_internal="true" href="https://community.alfresco.com/thread/241917-space-problem-in-ad-path?commentID=844975" style="color: #1e88e5; background-color: transparent; border: 0px; font-weight: inherit; padding: 1px 0px 1px calc(12px + 0.35ex);" rel="nofollow noopener noreferrer"&gt;ldap.authentication.userNameFormat=%s@&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;domain&lt;/SPAN&gt;.com&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://SRVDC01.&lt;SPAN&gt;domain&lt;/SPAN&gt;.com&amp;nbsp;&lt;BR /&gt;ldap.synchronization.userSearchBase=ou=User,dc=domain,dc=com&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou=Alfresco,dc=&lt;SPAN&gt;domain&lt;/SPAN&gt;,dc=com&lt;/P&gt;&lt;P style="color: #727174; background-color: #ffffff; border: 0px;"&gt;&lt;A href="mailto:ldap.synchronization.java.naming.security.principal=admin@rapido53.com" style="color: #1e88e5; background-color: transparent; border: 0px; font-weight: inherit; padding: 1px 0px 1px calc(12px + 0.35ex);" rel="nofollow noopener noreferrer"&gt;ldap.synchronization.java.naming.security.principal=test@domain.com&lt;/A&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;ldap.synchronization.java.naming.security.credentials=SECRET&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=Administrator,alfresco&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 14:48:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106777#M30152</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-06-05T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106778#M30153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Do you use Microsoft Active Directory Domain Services? Then change ldap to ldap-ad.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;authentication.chain=ldap1:&lt;STRONG&gt;ldap-ad&lt;/STRONG&gt;,alfinst:alfrescoNtlm&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Turn&amp;nbsp;ON synchronization&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;ldap.synchronization.active=&lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Add port&amp;nbsp;of you LDAP host. For example standard LDAP AD port 389.&lt;/P&gt;&lt;P&gt;ldap.authentication.java.naming.provider.url=ldap://SRVDC01.rapido53.com&lt;STRONG&gt;:389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Make sure&amp;nbsp;you have admin user in AD. I recommend replace it to&amp;nbsp;less privileged user. Don't forget replace it to read only user, after synchronization start to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Don't use # comments in one line with values. Place # in start or line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Remove double line in upper case:&lt;/P&gt;&lt;P&gt;ldap.authentication.userNameFormat=%s@RAPIDO53.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 10:32:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106778#M30153</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2019-06-07T10:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106779#M30154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Ok so now it work with a classic path but when i use path with ou=Groupes d'accès, it didn't work cause of the space&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 12:22:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-authentification/m-p/106779#M30154</guid>
      <dc:creator>mdubois</dc:creator>
      <dc:date>2019-06-11T12:22:33Z</dc:date>
    </item>
  </channel>
</rss>

