pg-ldap-sync 0.4.0-1 source package in Ubuntu

Changelog

pg-ldap-sync (0.4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.4.0.

 -- Christoph Berg <email address hidden>  Fri, 03 Feb 2023 11:51:23 +0100

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pg-ldap-sync_0.4.0-1.dsc 2.0 KiB 95b97b341748a70d0fbde570f7929540d9aa1a08203992a3a09bcd9a922198fe
pg-ldap-sync_0.4.0.orig.tar.gz 12.5 KiB 17a6c02dc1fe54ab14754903eda1ba1e45212ee7b47b8ff8cf0fa74dfb3dfd73
pg-ldap-sync_0.4.0-1.debian.tar.xz 2.5 KiB 0a08f825c41dfd18c1f5917c2978585e21cbe8b0da08c5c5db11d4c53eadfbec

Available diffs

No changes file available.

Binary packages built by this source

ruby-pg-ldap-sync: 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.