Ldap2pg 是一個工具,可以從 LDAP 相容的目錄同步 PostgreSQL 中的角色和 ACL。 其配置簡單但功能強大。 Ldap2pg 也可以審核您的 PostgreSQL 集群。 Ldap2pg 簡化了 PostgreSQL 在您基礎架構中的整合和安全性。
以下是此新版本中的一些重要變更。
ldap2pg 3.0
Breakage: Use Python {} format string for ACL queries instead of named printf style.
Support old setuptools.
Fix undefined LDAP password traceback.
Fix case sensitivity in grant rule.
ACL inspect query should now return a new column indicating partial grant.
Allow to customize query to inspect roles in cluster.
Add check mode: exits with 1 if changes. Juste like diff.
Add --quiet option.
Add __all__ schema wildcard for looping all schema in databases.
Add ACL group to ease managing complex ACL setup.
Add Cookbook in documentation.
您可以透過以下連結找到所有文件和社群支援
文件:http://ldap2pg.readthedocs.io/en/latest/
GitHub 專案:https://github.com/dalibo/ldap2pg