How to Install and Uninstall pam_cifscreds.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "pam_cifscreds.x86_64" package

Here is a brief guide to show you how to install pam_cifscreds.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pam_cifscreds.x86_64

2. Uninstall "pam_cifscreds.x86_64" package

Here is a brief guide to show you how to uninstall pam_cifscreds.x86_64 on Fedora 34:

$ sudo dnf remove pam_cifscreds.x86_64 $ sudo dnf autoremove

3. Information about the pam_cifscreds.x86_64 package on Fedora 34

Last metadata expiration check: 3:37:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pam_cifscreds
Version : 6.15
Release : 1.fc34
Architecture : x86_64
Size : 18 k
Source : cifs-utils-6.15-1.fc34.src.rpm
Repository : updates
Summary : PAM module to manage NTLM credentials in kernel keyring
URL : http://linux-cifs.samba.org/cifs-utils/
License : GPLv3
Description : The pam_cifscreds PAM module is a tool for automatically adding
: credentials (username and password) for the purpose of establishing
: sessions in multiuser mounts.
:
: When a cifs filesystem is mounted with the "multiuser" option, and does
: not use krb5 authentication, it needs to be able to get the credentials
: for each user from somewhere. The pam_cifscreds module can be used to
: provide these credentials to the kernel automatically at login.