RubyGems Navigation menu

pg-ldap-sync 0.1.1

LDAP is often used for a centralized user and role management in an enterprise environment. PostgreSQL offers different authentication methods, like LDAP, SSPI, GSSAPI or SSL. However, for any method the user must already exist in the database, before the authentication can be used. There is currently no direct authorization of database users on LDAP. So roles and memberships has to be administered twice. This program helps to solve the issue by synchronizing users, groups and their memberships from LDAP to PostgreSQL. Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize users and groups. It is meant to be started as a cron job.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.5.0 - August 24, 2023 (19.5 KB)
  2. 0.4.0 - December 02, 2022 (19.0 KB)
  3. 0.3.0 - January 18, 2022 (17.0 KB)
  4. 0.2.0 - March 13, 2018 (16.5 KB)
  5. 0.1.1 - November 15, 2012 (12.5 KB)
显示所有版本 (共 6 个)

Runtime 依赖 (2):

kwalify >= 0.7
net-ldap >= 0.2

Development 依赖 (3):

hoe ~> 3.0
rdoc ~> 3.10

业主:

作者:

  • Lars Kanis

SHA 256 校验和:

93674c1c58ea9a0d0b976ce06237a73b1cd14ecf858d5227cbe78532cdd25455

下载总量 26,492

这个版本 5,358

许可:

需要的 Ruby 版本:

链接: