How to install "system-config-authentication" in Red hat Enterprise Linux 6, 7?

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Linux 6
  • Red Hat Enterprise Linux 7

Issue

  • system-config-authentication is not present in Red hat Enterprise Linux 6?
  • Which package provides system-config-authentication utility?

Resolution

  • In Red hat Enterprise Linux 6, 7 authconfig-gtk package provides system-config-authentication utility.

  • Install authconfig-gtk package 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