How To Install ipa-server-trust-ad.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install ipa-server-trust-ad.x86_64 on Amazon Linux 2.
What is ipa-server-trust-ad.x86_64
Cross-realm trusts with Active Directory in IPA require working Samba 4 installation. This package is provided for convenience to install all required dependencies at once.
We can use yum to install ipa-server-trust-ad.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ipa-server-trust-ad.x86_64.
Install ipa-server-trust-ad.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 ipa-server-trust-ad.x86_64 using yum by running the following command:
sudo yum -y install ipa-server-trust-ad.x86_64
How To Uninstall ipa-server-trust-ad.x86_64 on Amazon Linux 2
To uninstall only the ipa-server-trust-ad.x86_64 package we can use the following command:
sudo yum remove ipa-server-trust-ad.x86_64
ipa-server-trust-ad.x86_64 Package Contents on Amazon Linux 2
/etc/dbus-1/system.d/oddjob-ipa-trust.conf
/etc/oddjobd.conf.d/oddjobd-ipa-trust.conf
/usr/lib64/krb5/plugins/libkrb5/winbind_krb5_locator.so
/usr/lib64/samba/pdb/ipasam.so
/usr/libexec/ipa/oddjob/com.redhat.idm.trust-fetch-domains
/usr/sbin/ipa-adtrust-install
/usr/share/doc/ipa-server-trust-ad-4.6.8
/usr/share/doc/ipa-server-trust-ad-4.6.8/Contributors.txt
/usr/share/doc/ipa-server-trust-ad-4.6.8/README.md
/usr/share/ipa/smb.conf.empty
/usr/share/licenses/ipa-server-trust-ad-4.6.8
/usr/share/licenses/ipa-server-trust-ad-4.6.8/COPYING
/usr/share/man/man1/ipa-adtrust-install.1.gz
References
Summary
In this tutorial we learn how to install ipa-server-trust-ad.x86_64 on Amazon Linux 2 using yum.