- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2018 04:51 AM
Buenos días,
Teniendo en cuenta las siguientes consideraciones:
- Alfresco te permite crear tantos usuarios como necesites.
- Por cada usuario creado, Alfresco crea y le asigna una carpeta personal.
- Alfresco no recomienda tener más de 1000 nodos hijos en un mismo nivel.
¿Existe algún problema en disponer 20000 usuarios en una instancia de Alfresco (con sus respectivas 20000 carpetas de usuario?
Gracias de antemano.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2018 12:21 PM
Hay algunas consideraciones al tener un servidor configurado así.
De Large Folders in the Content Repository
You should be cautious about browsing "User Homes" as an admin. This could be a slow operation on systems with a large number of users. It may make sense to configure a "home folder provider" to split the user home directories across a set of sub-folders.
Sobre el proveedor de la carpeta de inicio, puede echar un vistazo a los siguientes enlaces para tener algunas ideas sobre cómo usarlo / configurarlo:
Security and Authentication | Alfresco Community
Alfresco-LDAP integration notes | ECM Architect
Ambas publicaciones antiguas, pero aún útiles.
--
There are some considerations when having a server configured like that.
From Large Folders in the Content Repository
You should be cautious about browsing "User Homes" as an admin. This could be a slow operation on systems with a large number of users. It may make sense to configure a "home folder provider" to split the user home directories across a set of sub-folders.
About the home folder provider, you can take a look at the following links to have some ideas on how to use/configure it:
Security and Authentication | Alfresco Community
Alfresco-LDAP integration notes | ECM Architect
Both old posts, but still useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2018 12:21 PM
Hay algunas consideraciones al tener un servidor configurado así.
De Large Folders in the Content Repository
You should be cautious about browsing "User Homes" as an admin. This could be a slow operation on systems with a large number of users. It may make sense to configure a "home folder provider" to split the user home directories across a set of sub-folders.
Sobre el proveedor de la carpeta de inicio, puede echar un vistazo a los siguientes enlaces para tener algunas ideas sobre cómo usarlo / configurarlo:
Security and Authentication | Alfresco Community
Alfresco-LDAP integration notes | ECM Architect
Ambas publicaciones antiguas, pero aún útiles.
--
There are some considerations when having a server configured like that.
From Large Folders in the Content Repository
You should be cautious about browsing "User Homes" as an admin. This could be a slow operation on systems with a large number of users. It may make sense to configure a "home folder provider" to split the user home directories across a set of sub-folders.
About the home folder provider, you can take a look at the following links to have some ideas on how to use/configure it:
Security and Authentication | Alfresco Community
Alfresco-LDAP integration notes | ECM Architect
Both old posts, but still useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2018 10:59 AM
I have configured my Alfresco test instance according to information you have recommended me and I have been able to set users home into subfolders. I have set this properties into alfresco-global.properties:
spaces.user_homes.regex.pattern=^(..)
ldap.synchronization.defaultHomeFolderProvider=largeHomeFolderProvider
Thanks Douglas.
