#2 Use /usr/lib instead of /lib for security modules
Closed by pbrezina. Opened by pbrezina.
pbrezina/authconfig switch-libdir  into  master

/lib and /lib64 is now a symlink to /usr/lib and /usr/lib64. We
correctly detect presence of security module such as pam_krb5.so
but print confusing error message to user when this module is
not available:
Authentication module /lib64/security/pam_krb5.so is missing.

This is correct, however when user is trying to install this file
he founds out that this file is not part of any package since the
file is installed into /usr/lib64.

I see Tomáš already did this change. Closing.

Pull-Request has been closed by pbrezina

Metadata