How to Install and Uninstall ruby-pg-ldap-sync Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "ruby-pg-ldap-sync" package

This is a short guide on how to install ruby-pg-ldap-sync on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-pg-ldap-sync

2. Uninstall "ruby-pg-ldap-sync" package

Here is a brief guide to show you how to uninstall ruby-pg-ldap-sync on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ruby-pg-ldap-sync $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-pg-ldap-sync package on Ubuntu 21.10 (Impish Indri)

Package: ruby-pg-ldap-sync
Architecture: all
Version: 0.2.0-2
Priority: optional
Section: universe/database
Source: pg-ldap-sync
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 45
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0)
Filename: pool/universe/p/pg-ldap-sync/ruby-pg-ldap-sync_0.2.0-2_all.deb
Size: 8448
MD5sum: 6a978a68c9bf463f00905dc7ae395f24
SHA1: 6d3e689aa0dcc208361c0ef283b8ec90a039216f
SHA256: 309142b4563fae026619a7523c8cedd85490fe4cc76cab1795b7fc37f7a04a2d
SHA512: 792a653da31d5167160a9062ccc36d1126290ccd196ddf585c95b22350661613c6a5fb9a664eb3255cbeefceb190cdd718f33b317c45e892f5dd1c041258bac3
Homepage: http://github.com/larskanis/pg-ldap-sync
Description-en: 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. pg_ldap_sync 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.
Description-md5: d17c6e1d7c6f935115990e20f25a4ef7
Ruby-Versions: all