Hi,
I have one mysql database where my users are stored. All users are in a specific group. I also have many nextcloud instances on the same server.
Currently, all my instances with “user_sql” backend automatically generate all users I have in my database.
I’d like to use my users database for all instances but without having all accounts on all instances.
Here an example of my needs:
- I have a first instance “nc.example1.com” and a second “nc.example2.com”.
- I have users bob in the group “example1”, and mike in the group “example2”.
- Instance “nc.example1.com” only allow users in the group “example1” (bob), and instance “nc.example2.com” only allow users in the group “example2” (mike).
Is its possible? Do you know the way to do that please?
7 posts - 3 participants