Hello, I am new to Postgres 9.3 but am being required to setup LDAP with TLS on Windows 2012. I can setup LDAP but not LDAP with TLS. I cannot find any end-to-end supporting documentation anywhere for setup in a WINDOWS environment, only unix which refers to a LDAP.CONF file which does not exist in windows. Can anyone advise?
This is all I have but it does not work on windows.. https://wiki.postgresql.org/wiki/LDAP_Authentication_against_AD Kind Regards Ashley Bill Office +44 560 1093116 | Mobile +44 7917 065283 | [email protected] -----Original Message----- From: Dave Page [mailto:[email protected]] Sent: 10 November 2015 10:11 To: Sven <[email protected]> Cc: pgAdmin Support <[email protected]>; Akshay Joshi <[email protected]> Subject: Re: SSH tunnel key exchange methods Akshay; Is this something that's fixable in our code, or do we need to update libssh2, or...? On Tue, Nov 10, 2015 at 8:39 AM, Sven <[email protected]> wrote: > Hi > > The key exchange methods offered when opening an SSH tunnel are all > SHA1 and therefore too weak: > > [sshd] fatal: Unable to negotiate with xxx.xxx.xxx.xxx: no matching > key exchange method found. Their offer: > diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1, > diffie-hellman-group1-sha1 [preauth] > > Is it possible to update pgadmin for safer kexes? IMHO, at least > diffie-hellman-group-exchange-sha256 would be nice, better even > [email protected] as well. > > Thanks for considering this! > > > > -- > Sent via pgadmin-support mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-support -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
