Fedora 10 Enable GUI Root Login
A. Fedora 10 uses pam module called pam_succeed_if.so. This module is designed to succeed or fail authentication based on characteristics of the account belonging to the user being authenticated. One use is to select whether to load other modules based on this test. This module blocks root login using GUI. Log in as normal user Then open GUI terminal (bash prompt) and type the following command to become root user: Type your root password. Next, make a backup of /etc/pam.d/gdm, enter: Remove or comment out line by prefixing #. Save and close the file. Logout from terminal and from GUI itself. Now you should be able login as root user using GDM GUI login manager.Q. How do I enable root login under Fedora 10 Gnome GUI login screen / manager?
Login as root
$ su -
Fedora 10 update GDM config to allow root login
cp /etc/pam.d/gdm /root
Now open /etc/pam.d/gdm using gedit or vi text editor, enter:gedit /etc/pam.d/gdm
ORvi /etc/pam.d/gdm
Alternatively, you can do everything in a one command:su -c 'gedit /etc/pam.d/gdm'
Find line that read as follows:auth required pam_succeed_if.so user != root quiet
# auth required pam_succeed_if.so user != root quiet
0 comments:
Post a Comment