- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux User authentication by PAM
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 07:14 AM
01-30-2004 07:14 AM
Linux User authentication by PAM
I have a lionux user account which was not able to login even after password resets. It always says "Login Failure". I think it is something to do with PAM authentication. Do some one have an idea how to reset the PAM Access failure counts? Any help is highly appreciated
Regds
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 07:21 AM
01-30-2004 07:21 AM
Re: Linux User authentication by PAM
you you tried loging in with other users? Just trying to eliminate user-errrrr aspect of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2004 02:22 PM
01-30-2004 02:22 PM
Re: Linux User authentication by PAM
Log in using what protocol?
Log in using what user?
It quite possibly has something to do with PAM, but as far as I'm aware, it doesn't keep score on how many bad user attempts you've made and lock you out, unless you've already tweaked the configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2004 04:55 AM
01-31-2004 04:55 AM
Re: Linux User authentication by PAM
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2004 12:55 PM
01-31-2004 12:55 PM
Re: Linux User authentication by PAM
tail -f /var/log/messages
Then attempt a login.
This will tell you whether the login attempt even gets to the point where it talks to the server.
You may also want to check the configuration of the firewall:
service ipchains stop
service iptaqbles stop
Try the login again, because the firewall can be messing with you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2004 05:39 PM
01-31-2004 05:39 PM
Re: Linux User authentication by PAM
/etc/security folder and do less on access.conf + time.conf files
These are mostly used to limit users' login by console/time .
Try to locate the line that starts without preceding #. This means that the line actually does limit someone.....
Best regards...