Why isn't ldaps (LDAP over SSL) auth supported in postgresql -


seems postgres chose support starttls ldap auth encryption. know why? our organization explicitly denying unsecured connections starttls won't work since requires initial connection unsecure. me seems postgres should not care protocol used ldapurl , should leave underlying library. thoughts? workarounds ldap auth server supports ldaps work?

so line in pg_hba.conf not work?

hostssl samerole 10.10.10.0/24 ldap ldapserver=ldap.mycompany.com ldapprefix="uid=" ldapsuffix=", ou=people, dc=mycompany, dc=com" ldaptls=1 

not work?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -