RubyGems Navigation menu

pg-ldap-sync 0.1.0

LDAP is often used to do 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 authorization of database users directly based on LDAP. This program helps to solve the issue by synchronizing users, groups and their memberships from LDAP to PostgreSQL. Access to LDAP is 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.5KB)
  2. 0.4.0 - December 02, 2022 (19KB)
  3. 0.3.0 - January 18, 2022 (17KB)
  4. 0.2.0 - March 13, 2018 (16.5KB)
  5. 0.1.1 - November 15, 2012 (12.5KB)
  6. 0.1.0 - July 13, 2011 (12KB)
全てのバージョンを表示(全6件)

Runtime依存関係 (2):

kwalify >= 0.7
net-ldap >= 0.2

Development依存関係 (2):

hoe >= 2.8.0

所有者:

作者:

  • Lars Kanis

SHA 256チェックサム:

281869207b5e9425badb10b4db0bafc9abbb7af3352a9b9200600a20a8fe11e7

累計ダウンロード数 26,476

このバージョンのみ 3,232

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: