How to Install and Uninstall ldapscripts Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "ldapscripts" package

In this section, we are going to explain the necessary steps to install ldapscripts on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ldapscripts

2. Uninstall "ldapscripts" package

Learn how to uninstall ldapscripts on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ldapscripts package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ldapscripts
Priority: optional
Section: universe/admin
Installed-Size: 156
Maintainer: Ubuntu Developers
Original-Maintainer: Alexander GQ Gerasiov
Architecture: all
Version: 2.0.6-1ubuntu1
Depends: ldap-utils
Recommends: sharutils, pwgen
Suggests: nslcd
Filename: pool/universe/l/ldapscripts/ldapscripts_2.0.6-1ubuntu1_all.deb
Size: 42162
MD5sum: 6ffcdc16622fb3f35abd5d0dd4edd1e3
SHA1: d1e09db4ee7eae86a9e584cbd72e0d863d68cf56
SHA256: 0f4bd9bb142cdda022bde818a4ca6f1077ac0487ccfcb5222d174b3643139b8c
Description-en: 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: 87f77fe2aeb19497774b4634ad9a4c6e
Homepage: http://ldapscripts.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu