Hi
I have a Linux server which is setup with authentication via LDAP against a Windows A/D. In pg_hba I have
The user is also created in PostgreSQL but without a password.
I can then login with psql from a Windows client with a user defined in the AD.
But the problem is that psql asks for a password.
Is it possible to make a single sign-on without the password prompt?
The Linux (Ubuntu) has been joined to the domain with "realm" but it doesn't seem to change anything.