<?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: Do not list all Users in 'Company/User Homes' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213803#M166933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem (running Community ver. 3.4.b).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even worse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We've got 150,000 users sync-ed to a local MySQL DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clicking on "Company-&amp;gt;User Homes" will run&amp;nbsp; with heavy CPU and memory utilization and eventually time out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an option to limit display of those "user homes" to let's say 10 and use "Next page" to display others?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that changing permission like Khabaal did, won't help me with 150K users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any option to hide "User Homes"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions/solutions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 01:53:21 GMT</pubDate>
    <dc:creator>leonk</dc:creator>
    <dc:date>2010-11-18T01:53:21Z</dc:date>
    <item>
      <title>Do not list all Users in 'Company/User Homes'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213798#M166928</link>
      <description>We have a slight problem with listing Users inside the "User Homes" directory inside Alfresco.The problem is that we sync users against an LDAP Server which has currently more than 32000 users.If someone now clicks on the "Company/User Homes" button inside the share webfrontend, alfresco tries to li</description>
      <pubDate>Wed, 25 Aug 2010 09:28:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213798#M166928</guid>
      <dc:creator>khabaal</dc:creator>
      <dc:date>2010-08-25T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Do not list all Users in 'Company/User Homes'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213799#M166929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A little update on problems &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;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I decided to solve all problems with throwing away (well more like revoking permissions) all "Company" folders except the "Sites" folder as i mentioned it in my previous post as i discovered that it is possible to map the users home folder into the Company Folder using org.alfresco.filesys.alfresco.HomeShareMapper&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And thats where i want to announce further problems because of a lack of knowledge…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created a new xml file inside "/opt/alfresco/tomcat/shared/classes/alfresco/extension/subsystems/fileservers/default/default/" with the name "custom-file-servers-context.xml" which seems to load when alfreso is starting, but it just does nothing…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Debugging logs also show nothing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.smb.protocol=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;log4j.logger.org.alfresco.fileserver=debug&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since there is nearly no explanation or howto for alfresco 3.3 out there ive tried to create something myself, without success so far…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "custom-file-servers-context.xml" looks like this atm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;!DOCTYPE beans PUBLIC "-//SPRING/DTD BEAN//EN"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A href="http://www.springframework.org/dtd/spring-beans.dtd" rel="nofollow noopener noreferrer"&gt;http://www.springframework.org/dtd/spring-beans.dtd&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;beans&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="HomeShareMapper" class="org.alfresco.filesys.alfresco.HomeShareMapper"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="HomeShareName"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;home&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/beans&amp;gt;&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;BR /&gt;&lt;SPAN&gt;This might also be interesting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/filesys/alfresco/HomeShareMapper.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/filesys/alfresco/HomeShareMapper.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/File_Server_Subsystem#Home_Folder_Filesystem" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/File_Server_Subsystem#Home_Folder_Filesystem&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 08:29:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213799#M166929</guid>
      <dc:creator>khabaal</dc:creator>
      <dc:date>2010-08-26T08:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Do not list all Users in 'Company/User Homes'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213800#M166930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another approach may be to change the permissions for each user's home folder to not make it readable by other users.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've not got the code in front of me, but I know its possible to change the default permissions for the user's home.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:08:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213800#M166930</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-08-26T13:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Do not list all Users in 'Company/User Homes'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213801#M166931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That would also be a nice idea since it would be possible to share the private folder with another user very easily. Since we use LDAP Sync. this solution would require a change inside the synchronization options so that it sets the correct permissions when creating new shared-homefolders.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:37:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213801#M166931</guid>
      <dc:creator>khabaal</dc:creator>
      <dc:date>2010-08-26T13:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Do not list all Users in 'Company/User Homes'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213802#M166932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ive tried your approach with changing permissions inside the User-Folders inside "Company/User Homes" with success, it only shows the own personal folder but the problem is, it takes more than 30 seconds with heavy CPU load until it is displayed. I guess its because there are 32000 other peoples folders inside there. It works, but we cannot use it. Im sure people will run mad if they have to wait that long for results when clicking a folder and the result of that would be ringing telephones in our office what we would like to avoid.&amp;nbsp; :mrgreen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So i think mapping a single private-homeFolder into the Company Folder would be the better choice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 08:07:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213802#M166932</guid>
      <dc:creator>khabaal</dc:creator>
      <dc:date>2010-08-27T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Do not list all Users in 'Company/User Homes'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213803#M166933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem (running Community ver. 3.4.b).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even worse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We've got 150,000 users sync-ed to a local MySQL DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clicking on "Company-&amp;gt;User Homes" will run&amp;nbsp; with heavy CPU and memory utilization and eventually time out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an option to limit display of those "user homes" to let's say 10 and use "Next page" to display others?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that changing permission like Khabaal did, won't help me with 150K users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any option to hide "User Homes"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions/solutions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 01:53:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/do-not-list-all-users-in-company-user-homes/m-p/213803#M166933</guid>
      <dc:creator>leonk</dc:creator>
      <dc:date>2010-11-18T01:53:21Z</dc:date>
    </item>
  </channel>
</rss>

