From: | Jeffrey Shaw <shawjef3(at)gmail(dot)com> |
---|---|
To: | "Tang, Ronald K CIV FNMOC, N6" <ronald(dot)k(dot)tang(at)navy(dot)mil> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Postgres user authentication with secure LDAP |
Date: | 2017-08-10 21:57:51 |
Message-ID: | CAJYh90_gHHcw9+Ubxh9khqSEVYUTb8u7VY-XSChXdcL5P7mayw@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi Ron,
What OS is your server running, and what OS is your client running?
I found that it was only possible to get clients from a Windows machine to
authenticate via ldap against a server that was also running Windows.
Hopefully someone else has more experience here than me.
On Thu, Aug 10, 2017 at 5:02 PM, Tang, Ronald K CIV FNMOC, N6 <
ronald(dot)k(dot)tang(at)navy(dot)mil> wrote:
> Hi,
>
> I am trying to configure my Postgres server to use LDAP for
> authentication. My pg_hba.conf config line is:
>
> ldap ldapserver=ldaps://myldaps.company.com ldapport=636 ldaptls=1
> ldapprefix="uid=" ldapsuffix=",ou=People,o=my.company.com"
>
> I queried the LDAP server successfully with the 'ldapsearch' tool with the
> same DN. However, I cannot get it to work successfully on Postgres. I have
> ssl=on and all server and CA certs installed.
>
> Postgres version 9.5.6.
>
> Error log:
>
> could not initialize LDAP: No such file or directory
> LDAP authentication failed for user "user1"
> auth_failed, auth.c:288
>
> ---------------------------------------
> Thanks for any helps.
> Ron
>
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Whitney | 2017-08-10 22:00:57 | Re: Postgres user authentication with secure LDAP |
Previous Message | Jorge Torralba | 2017-08-10 21:56:50 | Why? Just curious and need to know timestamp |