cancel
Showing results for 
Search instead for 
Did you mean: 

¿Existe un número máximo de usuarios para Alfresco?

sercama
Confirmed Champ
Confirmed Champ

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.

1 ACCEPTED ANSWER

douglascrp
World-Class Innovator
World-Class Innovator

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.

View answer in original post

2 REPLIES 2

douglascrp
World-Class Innovator
World-Class Innovator

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.

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.