how to allow regular user login to solaris 10 console?

Hi AllDoes anyone know how to allow regular solaris 10 (sparc) users to access the console (Xwindows)? Right now, only ROOT can logon via Xwindows (console), but no one else.Thank you for you help!SB
[227 byte] By [jazzfana] at [2007-11-15]
# 1
comment out the following in /etc/default/login # If CONSOLE is set, root can only login on that device.# Comment this line out to allow remote login by root.##CONSOLE=/dev/console
mtalhaa at 2007-7-12 > top of java,Solaris Operating System,Solaris 10 Features...
# 2

Hi,

> Does anyone know how to allow regular solaris 10

> (sparc) users to access the console (Xwindows)? Right

> now, only ROOT can logon via Xwindows (console), but

> no one else.

Go to the file /etc/default/login,

u will fine, this line.....

CONSOLE=/dev/console

Comment this out, any unix users can log into console

HTH,

Prabu.S

senthilprabu.sa at 2007-7-12 > top of java,Solaris Operating System,Solaris 10 Features...