<?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 Individuals user home folders in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28167#M14237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, I see what you are doing now… not syncing the users, just authenticating with LDAP… when the user logs in the first time and their profile is created, you create the home directory…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would prefer to sync and have the directory created at that time, will see if I can get that to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 19:26:45 GMT</pubDate>
    <dc:creator>csiege</dc:creator>
    <dc:date>2006-07-10T19:26:45Z</dc:date>
    <item>
      <title>LDAP Individuals user home folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28165#M14235</link>
      <description>Hi,Using LDAP authentication in Alfresco all new users are created with /app:company_home user home folder.I've changed PersonServiceImpl class for using individual folders named like the user.The code is&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ackage es.intecna.alfresco.repo.security.person;import java.io.Serializable;import java.util.C</description>
      <pubDate>Fri, 09 Jun 2006 11:50:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28165#M14235</guid>
      <dc:creator>fbertos</dc:creator>
      <dc:date>2006-06-09T11:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Individuals user home folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28166#M14236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was unable to get this to work.&amp;nbsp; What version of Alfresco are you running?&amp;nbsp; As I have traced the process, it appears the when the LDAP sync runs, the xml import file is created.&amp;nbsp; That import file, creates the users without using the Person class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using 1.3.&amp;nbsp; Please let me know if you were able to get this working on 1.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 03:44:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28166#M14236</guid>
      <dc:creator>csiege</dc:creator>
      <dc:date>2006-07-10T03:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Individuals user home folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28167#M14237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, I see what you are doing now… not syncing the users, just authenticating with LDAP… when the user logs in the first time and their profile is created, you create the home directory…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would prefer to sync and have the directory created at that time, will see if I can get that to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 19:26:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28167#M14237</guid>
      <dc:creator>csiege</dc:creator>
      <dc:date>2006-07-10T19:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Individuals user home folders</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28168#M14238</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;Creation of home folders is now pluggable during LDAP import and on demand creation of poeple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Security_and_Authentication#Creating_home_spaces_-_from_1.4_onwards" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Security_and_Authentication#Creating_home_spaces_-_from_1.4_onwards&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2006 08:51:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-individuals-user-home-folders/m-p/28168#M14238</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2006-10-26T08:51:03Z</dc:date>
    </item>
  </channel>
</rss>

