LDAP authentication

From: Evan Rempel <erempel(at)uvic(dot)ca>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: LDAP authentication
Date: 2008-10-08 22:02:12
Message-ID: 48ED2DE4.80305@uvic.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I would like to use password authentication for most users, but LDAP authentication for the remaining ones users,
There will be no overlap of login names.

I do not really want to create an entry in the pg_hba.conf file for each login. What I would like is
something like

host all all 142.104.0.0/24 MD5
host all all 142.104.0.0/24 ldap...

in hopes that if the account can be authenticated by MD5 local postgresql accounts, then it is,
otherwise it will be authenticated by ldap.

Is this type of setup possible?

Evan Rempel.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Fromm 2008-10-08 23:04:17 log results
Previous Message Fabricio 2008-10-08 18:54:40 About pg_hba.conf