Re: pgAdmin4 web ldap authtification

2023-11-07 Thread Stefan Harbich
Hello, i found the solution. here my config_local.py ... /pgadmin4 # cat config_local.py AUTHENTICATION_SOURCES = ['ldap','internal'] LDAP_SERVER_URI = 'ldaps://ldap.intern.example.de' LDAP_USERNAME_ATTRIBUTE = 'uid' LDAP_BASE_DN = 'ou=users,dc=example,dc=de' LDAP_SEARCH_BASE_DN = 'ou=users,dc=e

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-07 Thread Sanjay Minni
thanks it worked, When the actual update is released pls give the commands to undo / reset any programs installed and settings made in this workaround Regards Sanjay On Mon, Nov 6, 2023 at 10:24 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Sanjay, > > You can also try the

Re: Accessibility issues in PgAdmin

2023-11-07 Thread Saravanan K
Dear Sir, I am Saravanan from Bangalore in India. I am a visually impaired person. I want to use PG-Admin with screen readers such as JAWS & NVDA. Is PG-Admin is accessible with screen readers. If so, please guide me in navigating PG-admin with screen readers. I am urgently in need of the same. I

IMP: using PG-Admin with screen readers (JAWS & NVDA)

2023-11-07 Thread Saravanan K
Dear Sir, My Name is Saravanan from Bangalore in India. I am a visually impaired person. I am having a keen interest in using postgresql. I know that PG admin is a good IDe for using postgresql. But, PG admin is not accessible to screen readers such as JAWS & NVDA. I am facing a lot of difficultie

Re: pgAdmin4 web ldap authtification

2023-11-07 Thread Stefan Harbich
Hello, for your information an entry from the LDAP and the config_local.py LDAP configuration for pgAdmin. ldapsearch -x -H ldaps://ldap.intern.example.de uid=stefan.example ... # extended LDIF # # LDAPv3 # base (default) with scope subtree # filter: uid=stefan.example # requesting: ALL # # st