<?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: How to configure AD authentication users in Alfresco 5.0.a?  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296503#M249633</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;Any one help me how to configure zimbra (8.0.5) ldap for alfresco 5.0.c my os cent OS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pls guide me step-by-step&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jan 2015 15:27:59 GMT</pubDate>
    <dc:creator>kmanickam</dc:creator>
    <dc:date>2015-01-01T15:27:59Z</dc:date>
    <item>
      <title>How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296498#M249628</link>
      <description>I'm New to Alfresco and follow various scripts to configure authentication and sicnronização of users and groups from AD, but none worked. Can someone send me a step-by-step how to configure AD authentication users in Alfresco 5.0.a? Thank you!</description>
      <pubDate>Fri, 22 Aug 2014 14:17:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296498#M249628</guid>
      <dc:creator>psouza</dc:creator>
      <dc:date>2014-08-22T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296499#M249629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To authentication by ldap ad You must add couple lines in alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#You can login by bulidin alfresco authentication system and ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#do not allow guest logon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.userNameFormat=%s@your_domain.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#your login is the same like user name in windows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.java.naming.provider.url=ldap://your_ldap_server.your_domain.com:389&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#adres of ldap server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.defaultAdministratorUserNames=admin,administrator,bob&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#users with admin rights&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:ldap.synchronization.java.naming.security.principal=ldap_admin@yourdomain.com" rel="nofollow noopener noreferrer"&gt;ldap.synchronization.java.naming.security.principal=ldap_admin@yourdomain.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#account ldap administrator on your server&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials=Au34ao11&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;#password to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:ldap_admin@yourdomain.com" rel="nofollow noopener noreferrer"&gt;ldap_admin@yourdomain.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=cn=Security_Groups,ou=Alfresco,dc=your_domain,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#groups for alfresco, cn=Security_Groups,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#users for alfresco, cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;=================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thats all&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication&amp;nbsp; work for me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronisation not, if someone know what to do, please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for my english&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ja79&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 21:27:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296499#M249629</guid>
      <dc:creator>ja79</dc:creator>
      <dc:date>2014-08-27T21:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296500#M249630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the help, I managed to authenticate via AD, now missing sync all users, if someone can help me, I'd be grateful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: My English is google translator &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 18:27:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296500#M249630</guid>
      <dc:creator>psouza</dc:creator>
      <dc:date>2014-08-28T18:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296501#M249631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For authentication purpose, alfresco can be configured with AD, LDAP, Kerberos, alfrescoNtlm or other external servers. You can configure alfresco to authenticate from a number of systems - this is known as Authentication Chain.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 05:46:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296501#M249631</guid>
      <dc:creator>kimberlydeborah</dc:creator>
      <dc:date>2014-09-12T05:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296502#M249632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Syncing all users will determine what you have for your user and group. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The group search base restricts the LDAP group query to a sub section of tree on the LDAP server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.groupSearchBase=ou\=Security Groups,ou\=Alfresco,dc=domain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=OU\=PEOPLE,DC\=domain name,DC\=domain name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The user search base restricts the LDAP user query to a sub section of tree on the LDAP server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#ldap.synchronization.userSearchBase=ou\=User Accounts,ou=\Alfresco,dc=domain&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 16:59:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296502#M249632</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2014-09-12T16:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296503#M249633</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;Any one help me how to configure zimbra (8.0.5) ldap for alfresco 5.0.c my os cent OS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pls guide me step-by-step&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jan 2015 15:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296503#M249633</guid>
      <dc:creator>kmanickam</dc:creator>
      <dc:date>2015-01-01T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296504#M249634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;be carefull of the ldap syntax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the following string will not work :cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you must add backslash before the =&amp;nbsp; example : cn\=User_Accounts,ou\=Alfresco,dc\=your_domain,dc\=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To be sure to use the right ldap terms, go to your active directory users and computers snappin and click properties on the node you want to target your ldap search. now go on the attribute editor and look at attribue distinguishedName.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if it's an organisation unit the first term start with OU\= but not CN\=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 13:42:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296504#M249634</guid>
      <dc:creator>mtrento</dc:creator>
      <dc:date>2015-09-16T13:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296505#M249635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have problem with my ldap synchro. on 5.0.b the groups are all there however all the users within the groups are missing. never had this issue with previous version of alfresco&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 16:58:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296505#M249635</guid>
      <dc:creator>sharifu</dc:creator>
      <dc:date>2015-09-21T16:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296506#M249636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;maybe you need to specify what ldap property is used to determine what a "user" object is within your LDAP backend?&amp;nbsp; for example, when I sync'd with Zimbra, I had to identify what a users and groups were with these two lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ldap.synchronization.groupQuery=(objectclass\=zimbraDistributionList)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ldap.synchronization.personQuery=(objectclass\=zimbraAccount)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:26:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296506#M249636</guid>
      <dc:creator>gnyce</dc:creator>
      <dc:date>2015-09-22T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296507#M249637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Below is my configuration for ldap sso&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;### AD SSO&lt;BR /&gt;authentication.chain=passthru1:passthru,ldap1:ldap-ad&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=false&lt;BR /&gt;ldap.authentication.userNameFormat=%s&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://echo.uk.domain.com:389&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.domain=DOMAIN&lt;BR /&gt;passthru.authentication.servers=DOMAIN\\echo.uk.domain.com,DOMAIN\\jarvis.usa.domain.com&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=johnl,markw,administrator,alfresco,sharifu&lt;BR /&gt;&lt;BR /&gt;synchronization.synchronizeChangesOnly=false&lt;BR /&gt;synchronization.import.cron=0 0 1 * * ?&lt;BR /&gt;synchronization.syncWhenMissingPeopleLogIn=true&lt;BR /&gt;synchronization.autoCreatePeopleOnLogin=true&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.java.naming.security.authenticaton=simple&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=administrator@domain.com&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=****&lt;BR /&gt;&lt;BR /&gt;#ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass=nogroup)(!(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.personQuery=(&amp;amp;(objectclass=user))&lt;BR /&gt;#ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;#ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(CN\=allusers)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;&lt;BR /&gt;ldap.synchronization.userSearchBase=ou\=Sites,dc\=domain,dc\=com&lt;BR /&gt;ldap.synchronization.groupSearchBase=cn\=users,dc\=domain,dc\=com&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The way i fixed it was by forcing an ldap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 16:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296507#M249637</guid>
      <dc:creator>sharifu</dc:creator>
      <dc:date>2015-10-12T16:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296508#M249638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Did you connect the AD with Alfresco and users were able to login? I am new to Alfresco, Could you guide me with the steps you performed and file you shared?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2016 11:01:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296508#M249638</guid>
      <dc:creator>lauvanya</dc:creator>
      <dc:date>2016-07-16T11:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296509#M249639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hai Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I integrated alfresco with Active Directory, These are AD properties &lt;/SPAN&gt;&lt;A href="http://pastebin.com/WAsDEFLS" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/WAsDEFLS&lt;/A&gt;&lt;SPAN&gt; , i created a folder 'Alfresco-DATA' in alfresco-dms site. after that in manage permissions i searched user xyz like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://i.imgsafe.org/c76c0295a3.png" rel="nofollow noopener noreferrer"&gt;https://i.imgsafe.org/c76c0295a3.png&lt;/A&gt;&lt;SPAN&gt; and i added that user it is showing empty like this &lt;/SPAN&gt;&lt;A href="https://i.imgsafe.org/c76e4daa24.png" rel="nofollow noopener noreferrer"&gt;https://i.imgsafe.org/c76e4daa24.png&lt;/A&gt;&lt;SPAN&gt; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; can anyone help me out please. is there any solution&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 06:40:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296509#M249639</guid>
      <dc:creator>sandeepreddy1</dc:creator>
      <dc:date>2016-07-18T06:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296510#M249640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hai Everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I integrated alfresco with Active Directory, These are AD properties &lt;/SPAN&gt;&lt;A href="http://pastebin.com/WAsDEFLS" rel="nofollow noopener noreferrer"&gt;http://pastebin.com/WAsDEFLS&lt;/A&gt;&lt;SPAN&gt; , i created a folder 'Alfresco-DATA' in alfresco-dms site. after that in manage permissions i searched user xyz like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://i.imgsafe.org/c76c0295a3.png" rel="nofollow noopener noreferrer"&gt;https://i.imgsafe.org/c76c0295a3.png&lt;/A&gt;&lt;SPAN&gt; and i added that user it is showing empty like this &lt;/SPAN&gt;&lt;A href="https://i.imgsafe.org/c76e4daa24.png" rel="nofollow noopener noreferrer"&gt;https://i.imgsafe.org/c76e4daa24.png&lt;/A&gt;&lt;SPAN&gt; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone help me out please. is there any solution&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These are my AD properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;###Ldap####&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=ldap-ad1:ldap-ad,alfrescoNtlm1:alfrescoNtlm&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm.authentication.sso.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.userNameFormat=%s@empover.hyd&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://192.168.3.27:389&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.escapeCommasInBind=false &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.escapeCommasInUid=false &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.defaultAdministratorUserNames=testuser&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.active=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.principal=testuser@empover.hyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.java.naming.security.credentials=user123&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.queryBatchSize=10000 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.attributeBatchSize=10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=objectClass=user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=ou=EMPOU\,dc=empover,dc=hyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou=EMPOU,dc=empover,dc=hyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain=empover.hyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&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;SPAN&gt;ldap.synchronization.userIdAttributeName=sAMAccountName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userEmailAttributeName=mail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupIdAttributeName=cn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupType=group &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personType=user &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupMemberAttributeName=member&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.autoCreatePeopleOnLogin=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.synchronizeChangesOnly=true&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=true&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/1 * * * ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.allowGuestLogin=true&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 06:43:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296510#M249640</guid>
      <dc:creator>sandeepreddy1</dc:creator>
      <dc:date>2016-07-18T06:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296511#M249641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created a group in ldap which I want to be able to login in alfresco, in order to restrict the remaing users that are not part of the group to login in alfresco and therefore have access to alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem is that everyone who has an account in ladp can login in alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me at earliest &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 15:06:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296511#M249641</guid>
      <dc:creator>manikandan</dc:creator>
      <dc:date>2016-08-17T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure AD authentication users in Alfresco 5.0.a?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296512#M249642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon I'm having trouble authenticating with AD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to manage users with permission to access a group. it's possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GED = Group&lt;/P&gt;&lt;P&gt;Afresco GED = OU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupSearchBase=cn=ged,ou=Alfresco GED,dc=pg,dc=intra&lt;/P&gt;&lt;P&gt;#groups for alfresco, cn=Security_Groups,ou=Alfresco,dc=pg,dc=com must exist in Your ldap&lt;/P&gt;&lt;P&gt;ldap.synchronization.userSearchBase=cn=ged,ou=Alfresco GED,dc=pg,dc=intra&lt;/P&gt;&lt;P&gt;#users for alfresco, cn=User_Accounts,ou=Alfresco,dc=your_domain,dc=com must exist in Your ldap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:01:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-configure-ad-authentication-users-in-alfresco-5-0-a/m-p/296512#M249642</guid>
      <dc:creator>johni_angriss</dc:creator>
      <dc:date>2016-10-25T17:01:03Z</dc:date>
    </item>
  </channel>
</rss>

