LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   root user is not logging in gui (https://www.linuxquestions.org/questions/linux-server-73/root-user-is-not-logging-in-gui-849887/)

singh_chitranjan 12-13-2010 04:09 AM

root user is not logging in gui
 
dear experts

i have RHEL4 server. my root is able to login from CUI mode but not able to login from GUI mode. normal user is able to login from GUI mode and we go to root through su command but directly root is not able to login from GUI

Sayan Acharjee 12-13-2010 04:23 AM

Quote:

Originally Posted by singh_chitranjan (Post 4189599)
dear experts

i have RHEL4 server. my root is able to login from CUI mode but not able to login from GUI mode. normal user is able to login from GUI mode and we go to root through su command but directly root is not able to login from GUI

Root login in GUI is not a good idea. Its by default disabled in most distros.
To enable it again, edit the file /etc/pam.d/gdm and make the line commented which is given below.

Code:

# auth required pam_succeed_if.so user != root quiet

repo 12-13-2010 05:43 AM

Quote:

my root is able to login from CUI mode but not able to login from GUI mode.
There is a reason why root login is disabled.
Use su in a terminal if you want to do roottasks.

Kind regards


All times are GMT -5. The time now is 07:21 PM.