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