You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using 21.0.0 version nextcloud.
In that i have installed 4.7.1 User and Group SQL Backends application for external user login authentication. In that i am connecting to PostgreSQL 11.6 Database
Login authentication is working fine.
But in the PostgreSQL database i have users of multiple domains.
Like one user is [email protected], another user is [email protected] ie different domains.
When admin login to the admin portal it shows users of both domains.
I need to setup such that if admin of example1.com domain logs in to nextcloud it should show only example1.com domain users. If admin of example2.com domain logs in to nextcloud it should show only example2.com domain users.
How can i achieve this, please can any one help.
The text was updated successfully, but these errors were encountered:
I am using
21.0.0
version nextcloud.In that i have installed
4.7.1
User and Group SQL Backends application for external user login authentication. In that i am connecting to PostgreSQL11.6
DatabaseLogin authentication is working fine.
But in the PostgreSQL database i have users of multiple domains.
Like one user is
[email protected]
, another user is[email protected]
ie different domains.When admin login to the admin portal it shows users of both domains.
I need to setup such that if admin of
example1.com
domain logs in to nextcloud it should show onlyexample1.com
domain users. If admin ofexample2.com
domain logs in to nextcloud it should show onlyexample2.com
domain users.How can i achieve this, please can any one help.
The text was updated successfully, but these errors were encountered: