Re: postgres authentication

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres authentication
Date: 2007-08-08 04:31:21
Message-ID: 20559.1186547481@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu> writes:
> and added the following line to pg_hba.conf file:
> host all donder ldap://amarula.egcrc.orgsent

I know nothing about ldap, but this is clearly not a correct host line:
you forgot the address field(s), and that last bit should be an option
not the auth method name. I would imagine that what you need is
something like

host all donder 192.168.1.0/24 ldap ldap://amarula.egcrc.orgsent

(adjust address to suit, of course)

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2007-08-08 07:57:37 Re: Help with High value unicode characters
Previous Message Joshua D. Drake 2007-08-08 03:45:07 Re: PITR backup to Novell Netware file server