In this howto i will describe how to let root user to Graphical Login in Fedora 13. From Fedora 10 it was disable by default to let it login from GUI.We will be configure pam authentication files gdm and gdm-password respectively.

vi /etc/pam.d/gdm

find following line

auth       required    pam_succeed_if.so user != root quiet

comment out by placing # at beginning to disable this check

#auth       required    pam_succeed_if.so user != root quiet

save and close the file.

vi /etc/pam.d/gdm.password

find following line

auth       required    pam_succeed_if.so user != root quiet

comment out by placing # at beginning to disable this check

#auth       required    pam_succeed_if.so user != root quiet

save and close the file. Now logout from terminal or GUI and relogin with root from GUI.

By Sohail Riaz

I am a First Red Hat Certified Architect - RHCA (ID # 110-082-666) from Pakistan with over 14 years industry experience in several disciplines including LINUX/UNIX System Administration, Virtualization, Network, Storage, Load Balances, HA Clusters and High Performance Computing.

14 thoughts on “How To Enable root Login at Graphical in Fedora 13”
  1. I have the same problem but cannot change the pam.d file. It does not allow me to make the change.When I check under properties/permissions, I see that I have to be root in the first place to make the change!

  2. @moki: this blog is to make the root user to login from GUI because in fedora 13 it was disable and root cannot login from GUI. You need to login as user and then switch to root for any work.
    But for all administrator work you need to be root and its not any hack, its to enable feature to login as root not as normal user.
    ————–
    Regards,

  3. Sorry for the repeat post, correction

    In Fedora 13 the password file is:
    vi /etc/pam.d/gdm-password

Leave a Reply

Your email address will not be published. Required fields are marked *