How to install "system-config-authentication" in Red hat Enterprise Linux 6, 7?
Environment
- Red Hat Enterprise Linux 6
- Red Hat Enterprise Linux 7
Issue
system-config-authenticationis not present in Red hat Enterprise Linux 6?- Which package provides
system-config-authenticationutility?
Resolution
-
In Red hat Enterprise Linux 6, 7
authconfig-gtkpackage providessystem-config-authenticationutility. -
Install
authconfig-gtkpackage using following command :
#yum install authconfig-gtk*
Sample
# rpm -qf `which system-config-authentication`
authconfig-gtk-6.2.8-8.el7.x86_64
# rpm -qf `which authconfig-tui`
authconfig-6.2.8-8.el7.x86_64
# rpm -qf `which authconfig-gtk`
authconfig-gtk-6.2.8-8.el7.x86_64
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments