1828758 Members
2534 Online
109985 Solutions
New Discussion

login problems

 
navin
Super Advisor

login problems

There is a login proplem with error "login incorrect".user is trying to login remotely.login,passwd,homedir seems ok.what else may be the cause for this?please suggest.
Thanks
Learning ...
10 REPLIES 10
Sridhar Bhaskarla
Honored Contributor

Re: login problems

Hi Navin,

Enable connection logging through inetd by running "inetd -l". Then do a tail -f /var/adm/syslog/syslog.log. Try login and see what error you get there.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Jeff Schussele
Honored Contributor

Re: login problems

Hi Navin,

Sometimes it's the simple things that get overlooked.

Does the user have their caps-lock key active?

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Michael Tully
Honored Contributor

Re: login problems

If you can login with that users id, passwd etc. then I would suggest it has probably something to do with fat finger syndrome.
Anyone for a Mutiny ?
Jim Butler
Valued Contributor

Re: login problems

check the shell in /etc/passwd, and the /etc/shells file
Good luck
Man The Bilge Pumps!
Mark Greene_1
Honored Contributor

Re: login problems

Are they telnet'ing or using rlogin? If rlogin, make sure that /etc/host.equiv and the .rhosts file in their home directory exist and have the correct values.

mark
the future will be a lot like now, only later
Mark Greene_1
Honored Contributor

Re: login problems

Another thought: are they using ssh when they should be using telnet, or visa-versa?

mark
the future will be a lot like now, only later
navin
Super Advisor

Re: login problems

hi,thanks for the replies,The exact error message is this "530 Login Incorrect.
Login Failed"
User trying to login to the ftp server.Please
advise.
Thanks
Learning ...
Jeff Schussele
Honored Contributor

Re: login problems

OK...ftp login failure...

Do you have an /etc/ftpd/ftpusers file?
Is that user in it? If so & they ARE supposed to be authorized for ftp - remove their username.

If you have an /etc/ftpd/ftpaccess file verify that the class statement is correct. Look at /usr/newconfig/etc/ftpd/ftpaccess file for proper format.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Sridhar Bhaskarla
Honored Contributor

Re: login problems

Hi,

This could most probably be due to the missing shell in /etc/shells.

What error are you getting in your syslog.log file after enabling the connection logging with inetd -l ?

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Manju Kampli
Trusted Contributor

Re: login problems

check /etc/ftpd/ftpusers and /etc/shells files for the missing configuration

check /var/adm/inetd.sec for any restriction on ftp

also check the syslog file for exact error message..
Never stop "LEARNING"