- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to disable pam on 11x server?
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
03-24-2004 02:48 PM
03-24-2004 02:48 PM
how to disable pam on 11x server?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:05 PM
03-24-2004 03:05 PM
Re: how to disable pam on 11x server?
That might work, but I've no idea.
HP 11 needs pam to properly authenticate logins.
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
03-24-2004 03:41 PM
03-24-2004 03:41 PM
Re: how to disable pam on 11x server?
For some reasons we don't want to use the authentication on 11x box, and don't wan tot use nis.
10.20 uses /usr/bin/passwd, that is what we want.
I found a thread in knowledge base. It says to add nowan to disable pam. but this is not working. I think that "nowarn" only turn off pam error messages, but not disable pam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:53 PM
03-24-2004 03:53 PM
Re: how to disable pam on 11x server?
I think it is possible to disable PAM for authentication if you are using Secure Shell.
Refer:
http://docs.hp.com/hpux/onlinedocs/T1471-90010/00/00/13-con.html
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:59 PM
03-24-2004 03:59 PM
Re: how to disable pam on 11x server?
For more information on what libpam_unix does have a look at the pam_unix man page.
# man pam_unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 04:10 PM
03-24-2004 04:10 PM
Re: how to disable pam on 11x server?
I've already tested, the pam will use its own function to manage /etc/ppasswd (any changes, aging, etc.), not use /usr/bin/passwd. I want the system to specificly invoke /usr/bin/passwd ONLY as 10.20 does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 02:38 AM
03-25-2004 02:38 AM
Re: how to disable pam on 11x server?
I added "UsePAM no", but not working.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 02:42 AM
03-25-2004 02:42 AM
Re: how to disable pam on 11x server?
What are you trying to accomplish by going backwards?
As said above, I don't think you can disable PAM. I think what you want to do is not possible.