How To Enable root Login at Graphical in Fedora 13
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/gdmfind following line
auth required pam_succeed_if.so user != root quietcomment out by placing # at beginning to disable this check
#auth required pam_succeed_if.so user != root quietsave and close the file.
vi /etc/pam.d/gdm.passwordfind following line
auth required pam_succeed_if.so user != root quietcomment out by placing # at beginning to disable this check
#auth required pam_succeed_if.so user != root quietsave and close the file. Now logout from terminal or GUI and relogin with root from GUI.
No comments:
Post a Comment