How to Install and Uninstall ruby-pg-ldap-sync Package on Kali Linux

Last updated: May 15,2024

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

Please follow the step by step instructions below to install ruby-pg-ldap-sync on Kali Linux

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

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

This tutorial shows how to uninstall ruby-pg-ldap-sync on Kali Linux:

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

3. Information about the ruby-pg-ldap-sync package on Kali Linux

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.5.0-1
Installed-Size: 51
Maintainer: Debian PostgreSQL Maintainers
Architecture: all
Depends: ruby, ruby-net-ldap (>= 0.16), kwalify (>= 0.7), ruby-pg (>= 0.14), ruby-pg (<< 2.0)
Size: 10508
SHA256: c9b88b4dd03bc1c5680e5d5fdc7168e36d5daf30407e6245669f5a53d574e9f7
SHA1: bbc5ee9beaac8a23fc650342374a9ea101e8c831
MD5sum: 91dfa313c2bcc40a54ee1a61bd72a068
Description: 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:
Homepage: https://github.com/larskanis/pg-ldap-sync
Section: database
Priority: optional
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.5.0-1_all.deb