Hi, PFA response below -
Thanks, Yogesh Mahajan EnterpriseDB On Mon, Sep 25, 2023 at 4:10 PM mu88 <mu88+...@posteo.eu> wrote: > Hi and thank you very much for your quick reply, Yogesh. > > Just one follow-up question: you wrote that LDAP users will be assigned to > the User role by default. If I understand the docs correctly, I can enable > LDAP by just setting environment variables, so maybe I could solve my use > case with the current implementation. Only one last piece is missing: can I > somehow restrict the access to pgAdmin to a certain LDAP group via an > environment variable? > I guess you should be able to specify that in 'LDAP_SEARCH_FILTER':filter for user search. You can refer this <https://gist.github.com/jonlabelle/0f8ec20c2474084325a89bc5362008a7#users-in-group> link for more information. In this pgAdmin will not have any role in filtering/limiting users to access. > > Thank you! > > 25.09.2023 12:11:07 Yogesh Mahajan <yogesh.maha...@enterprisedb.com>: > > Hi, > > pgAdmin does not have this option as of now. By default , users logged in > with LDAP will have a 'User' role. > You can track development on this feature in the issue - #2483 > <https://github.com/pgadmin-org/pgadmin4/issues/2483> > > Thanks, > Yogesh Mahajan > EnterpriseDB > > > On Mon, Sep 25, 2023 at 3:12 PM mu88 <mu88+...@posteo.eu> wrote: > >> Hi, >> >> I want to setup a pgAdmin instance for our team using the Docker >> deployment. As our organization uses Active Directory, I'd like to assign >> the pgAdmin User role to a specific AD group when starting the pgAdmin >> Docker container. >> >> Within the docs I already found the option to use pgAdmin with LDAP, so >> hopefully accessing our AD should work. >> >> What I didn't find: is it possible to assign a pgAdmin role to an AD >> group or only to AD users? And if yes, can this automatically happen on >> Docker container start (e. g. by using an environment variable or a config >> file similar to servers.json)? >> >> Or put in other words: is it possible that it looks like this after >> container start only by configuration without any manual interaction? >> >> Best regards! >> >> PS: you find this question here as well: >> https://dba.stackexchange.com/questions/331385/seed-pgadmin-roles-with-active-directory-groups-when-using-docker >> >