How To Install ipsilon-authldap on Fedora 36
Introduction
In this tutorial we learn how to install ipsilon-authldap
on Fedora 36.
What is ipsilon-authldap
Provides a login plugin to allow authentication and info retrieval via LDAP.
We can use yum
or dnf
to install ipsilon-authldap
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipsilon-authldap.
Install ipsilon-authldap on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ipsilon-authldap
using dnf
by running the following command:
sudo dnf -y install ipsilon-authldap
Install ipsilon-authldap on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ipsilon-authldap
using yum
by running the following command:
sudo yum -y install ipsilon-authldap
How To Uninstall ipsilon-authldap on Fedora 36
To uninstall only the ipsilon-authldap
package we can use the following command:
sudo dnf remove ipsilon-authldap
ipsilon-authldap Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/ipsilon/info/__pycache__/infoldap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/info/__pycache__/infoldap.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/info/infoldap.py
/usr/lib/python3.10/site-packages/ipsilon/login/__pycache__/authldap.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/login/__pycache__/authldap.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/login/authldap.py
References
Summary
In this tutorial we learn how to install ipsilon-authldap
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).