Re: [E] Re: [EXT] LDAP issues

2022-05-06 Thread heiko.onnebrink
If you use K8s and pass args to a containerized pgAadmin the LDAP related vars should be prefixed with PGADMIN_CONFIG_* to replace the defaults.. see https://www.pgadmin.org/docs/pgadmin4/development/container_deployment.html   Here a copy of our working setup:    -e ‘PGADM

Re: [E] Re: [EXT] LDAP issues

2022-05-06 Thread Schroeder, Steven
Hi All, We haven't attempted using pgadmin and ldap outside of k8s as of yet. I am able to auth using the same credentials passed when running ldapsearch command from the command line directly. We are creating a local image from the base 4.6.7 image and adding in the config_local.py. I do see t

Re: Adding new server in pgadmin from command line

2022-05-06 Thread Asmita Thapliyal
Thanks Yogesh! It works. Do we also have a command line for user management? Mainly I am looking for changing the roles associated with users. Regards, Asmita On Tue, May 3, 2022 at 3:38 PM Yogesh Mahajan < yogesh.maha...@enterprisedb.com> wrote: > Hi Asmita, > > Here >

Re: [EXT] LDAP issues

2022-05-06 Thread heiko.onnebrink
Hi do you have a general problem to auth against LDAP or just when you deploy it on K8s? Also would be helpful if you share the (LDAP-related) arguments that you pass to the container cheers Heiko   From: "Schroeder, Steven" Date: Thursday, 5. May 2022 at 23:44 To: "pgadmin-sup