软件包:ruby-pg-ldap-sync(0.5.1-1)
Synchronize users and groups from LDAP/AD into PostgreSQL
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.
其他与 ruby-pg-ldap-sync 有关的软件包
|
|
|
|
-
- dep: kwalify (>= 0.7)
- parser, schema validator, and data-binding tool for YAML and JSON
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
-
- dep: ruby-base64 (>= 0.1)
- support for encoding and decoding binary data using a Base64 representation
-
- dep: ruby-logger (>= 1.0)
- 软件包暂时不可用
-
- dep: ruby-net-ldap (>= 0.16)
- LDAP client library for Ruby
-
- dep: ruby-ostruct (>= 0.1)
- 软件包暂时不可用
-
- dep: ruby-pg (<< 2.0)
- PostgreSQL interface for Ruby
- dep: ruby-pg (>= 0.14)