1834646 Members
2220 Online
110069 Solutions
New Discussion

Re: Console login

 
Vijesh
Occasional Contributor

Console login

Hi,

When i am login to my server through console its telling that login incorrect but i can login to the server through data IP with the same username and password.none of the other user can login to the server through console.

Regards
vijesh
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: Console login

Shalom,

console login could be disabled.

tail -f /var/adm/syslog/syslog.log

Try a console login.

report results here.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vijesh
Occasional Contributor

Re: Console login

Hi,
Pls check the attachment
Johnson Punniyalingam
Honored Contributor

Re: Console login

you can weather particular user allowed to login via Console

SAM->User&Groups->select "user" --> default settings --> look user allowed for console Login,

more /var/adm/syslog/syslog.log

Thanks,
Johnson

Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: Console login

Hi Vijesh,

check the User login settings for the below user using sam-> check wether Console Login permission is allowed,


amogh
Problems are common to all, but attitude makes the difference
Vijesh
Occasional Contributor

Re: Console login

Hi,


I found that i am using special character for my password that is why it is not allowing but i am not able to create new password without special character in my server....

Regards
vijesh
Johnson Punniyalingam
Honored Contributor

Re: Console login

Hi Vijesh,

look for below file what does it shows..?

may i know why are you going to user special character..?

more /etc/default/security file

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
OldSchool
Honored Contributor

Re: Console login

on non-trusted systems, you *might* be able to use the "\" to escape the special character and thus allow you to change the password.

or "passed -d"

to remove the existing password, then set it something reasonable.

or simply deleting the password field for that user in /etc/passwd then setting it

there are reasons that special characters are warned against..
OldSchool
Honored Contributor

Re: Console login

"not able to create new password without special character in my server...."

uh...

define what *you* call a special character

and what requires you to have said character(s) in your password (ie. what message do you get if you don't use it)