How to Install and Uninstall ldapscripts Package on Kali Linux

Last updated: May 20,2024

1. Install "ldapscripts" package

This tutorial shows how to install ldapscripts on Kali Linux

$ sudo apt update $ sudo apt install ldapscripts

2. Uninstall "ldapscripts" package

Please follow the guidance below to uninstall ldapscripts on Kali Linux:

$ sudo apt remove ldapscripts $ sudo apt autoclean && sudo apt autoremove

3. Information about the ldapscripts package on Kali Linux

Package: ldapscripts
Version: 2.0.8-2
Installed-Size: 160
Maintainer: Alexander GQ Gerasiov
Architecture: all
Depends: ldap-utils
Recommends: sharutils, pwgen
Suggests: nslcd
Size: 51132
SHA256: 731bb7d2833aaaeb12fdadef48c7303f5ba907637e745c98d0258f4a7c652f81
SHA1: 3f34eafc91ff32271c3fd2aaaed39fa615dd263a
MD5sum: a13c5e4099383a5dcc3bc10985d543d9
Description: Add and remove users and groups (stored in a LDAP directory)
Ldapscripts are shell scripts that allow management of POSIX accounts (users,
groups, machines) in a LDAP directory. They are similar to smbldap-tools
but are written in shellscript, not Perl.
.
They only require OpenLDAP client commands (ldapadd, ldapdelete, ldapsearch,
ldapmodify, ldappasswd) and make administrator's work a lot easier avoiding
the need to configure Perl and each library dependency (e.g. Net::LDAP).
.
These scripts are very simple to configure by not requiring any Samba-related
information (SID, profiles, homes, etc): management of Samba attributes is
entirely done by standard commands (net, smbpasswd and pdbedit) used together
with the scripts. Moreover, most of the configuration is guessed from the
one of nslcd, and everything should work out from the box for most users.
.
The scripts may be used independently - within command lines - or
automatically by Samba (like smbldap-tools), to handle POSIX information
within accounts before adding Samba information.
Description-md5:
Homepage: http://ldapscripts.sourceforge.net/
Tag: admin::configuring, admin::user-management, implemented-in::shell,
interface::commandline, protocol::ldap, role::program, scope::utility,
security::authentication, suite::samba, works-with-format::ldif,
works-with::db
Section: admin
Priority: optional
Filename: pool/main/l/ldapscripts/ldapscripts_2.0.8-2_all.deb