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
Post a Comment