How To Install sssd-ldap.x86_64 on Amazon Linux 2

In this tutorial we learn how to install sssd-ldap.x86_64 in Amazon Linux 2. sssd-ldap.x86_64 is The LDAP back end of the SSSD

Introduction

In this tutorial we learn how to install sssd-ldap.x86_64 on Amazon Linux 2.

What is sssd-ldap.x86_64

Provides the LDAP back end that the SSSD can utilize to fetch identity data from and authenticate against an LDAP server.

We can use yum to install sssd-ldap.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sssd-ldap.x86_64.

Install sssd-ldap.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sssd-ldap.x86_64 using yum by running the following command:

sudo yum -y install sssd-ldap.x86_64

How To Uninstall sssd-ldap.x86_64 on Amazon Linux 2

To uninstall only the sssd-ldap.x86_64 package we can use the following command:

sudo yum remove sssd-ldap.x86_64

sssd-ldap.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/sssd/libsss_ldap.so
/usr/share/licenses/sssd-ldap-1.16.5
/usr/share/licenses/sssd-ldap-1.16.5/COPYING
/usr/share/man/de/man5/sssd-ldap.5.gz
/usr/share/man/es/man5/sssd-ldap.5.gz
/usr/share/man/fr/man5/sssd-ldap.5.gz
/usr/share/man/man5/sssd-ldap.5.gz
/usr/share/man/sv/man5/sssd-ldap.5.gz
/usr/share/man/uk/man5/sssd-ldap.5.gz

References

Summary

In this tutorial we learn how to install sssd-ldap.x86_64 on Amazon Linux 2 using yum.