<?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: auth against active directoy using ldaps in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239289#M192419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A&amp;nbsp; couple things you should look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. See how frequent the LDAP synchronization is occurring. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Look at your LDAP query as it may be selecting users of a certain group. Also, I'm not sure if the LDAP query detects whether the newly created user must sign in first before the account is activated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2009 23:36:07 GMT</pubDate>
    <dc:creator>rliu</dc:creator>
    <dc:date>2009-10-06T23:36:07Z</dc:date>
    <item>
      <title>auth against active directoy using ldaps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239288#M192418</link>
      <description>i found some informations about this by searching this forum and reading the wiki …I have an ubuntu 8.04 LTS system with running alfresco on it …Right now it works by using alfresco's local user dbI would like to login to alfresco by using my MS Active Directory credentials.the ldap-connection is es</description>
      <pubDate>Fri, 02 Oct 2009 10:24:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239288#M192418</guid>
      <dc:creator>elmuchacho</dc:creator>
      <dc:date>2009-10-02T10:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: auth against active directoy using ldaps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239289#M192419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A&amp;nbsp; couple things you should look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. See how frequent the LDAP synchronization is occurring. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Look at your LDAP query as it may be selecting users of a certain group. Also, I'm not sure if the LDAP query detects whether the newly created user must sign in first before the account is activated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 23:36:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239289#M192419</guid>
      <dc:creator>rliu</dc:creator>
      <dc:date>2009-10-06T23:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: auth against active directoy using ldaps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239290#M192420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;AUTH against ADS works for me right now …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using this entries in alfresco.global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;### AUTH against MS-ADS&lt;BR /&gt;authentication.chain=alferscoNtlm1:alfrescoNtlm,ldap1:ldap-ad&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://serverip:389&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=SIMPLE&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.authentication.userNameFormat=%s@test.local&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=ldapreaduser@test.local&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=verysecret&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou=intranet,dc=test,dc=local&lt;BR /&gt;ldap.synchronization.userSearchBase=ou=intranet,dc=test,dc=local&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;right now i have two problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;1. how to set up ldaps?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ldaps didn't work by only changing the url from ldap://serverip:389 to ldaps://serverip:636 …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;something more to do? like setting up the path to the cert-file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but where/how to config this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;2. how to delete a user in alfresco when user is deleted in ldap?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;didn't found a solution yet ;(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/auth-against-active-directoy-using-ldaps/m-p/239290#M192420</guid>
      <dc:creator>elmuchacho</dc:creator>
      <dc:date>2009-11-05T11:55:38Z</dc:date>
    </item>
  </channel>
</rss>

