Page 1 of 1

users and roles limit

PostPosted:Fri Dec 02, 2022 1:03 pm
by nishant8900
Hi,
I am working on Openkm 6.3 CE, and i have implemented AD using ldap.
I am getting 2000+ users and 5000 roles. But it seems that some roles are missing. Is there any limitation on the number of roles visible in role list in administration tab?
If so, how can we increase the limit. Also please let me know how to increase user limit as well (if there is any such limit)
I have already set configuration parameters and xml as mentioned in
https://docs.openkm.com/kcenter/view/ok ... roles.html

Thanks

Re: users and roles limit

PostPosted:Mon Dec 05, 2022 12:51 pm
by jllort
Usually, the limits are set by AD configuration.

Anyway, is not the best practice to retrieve everything, it is better only get the security groups that will have sense in the OpenKM side and the users who are members of ROLE_USER or ROLE_ADMIN -> what will be the ones who will get access to the OpenKM application.

I suggest reading with patience https://docs.openkm.com/kcenter/view/ok ... roles.html and getting inspired about how base in search filtering getting only a couple of users and roles.