Re: LDAP, single sign on from Windows client

2021-04-06 Thread Stephen Frost
Greetings, * chlor (hans.sc...@gmail.com) wrote: > I have a Linux server which is setup with authentication via LDAP against a > Windows A/D. In pg_hba I have > host ... ldap ldapserver=example.org ldapprefix="" ldapsuffix="@example.org" > > The user is also created in PostgreSQL but without a pa

LDAP, single sign on from Windows client

2021-04-06 Thread chlor
Hi I have a Linux server which is setup with authentication via LDAP against a Windows A/D. In pg_hba I have host ... ldap ldapserver=example.org ldapprefix="" ldapsuffix="@example.org" The user is also created in PostgreSQL but without a password. I can then login with psql from a Windows client