- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PAM configuration
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
02-21-2007 07:29 PM
02-21-2007 07:29 PM
PAM configuration
We are developing a PAM module for our HP-UX server to route the queries to RADIUS server.
We have compiled the PAM module and created a library and have changed the entry for "login" in /etc/pam.conf
However, when we attempt the login, its throwing an error in syslog as follows
load_modules: can not open module /usr/lib/security/libpamnew.sl
Can anyone help us to identify what could be the problem?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 07:39 PM
02-21-2007 07:39 PM
Re: PAM configuration
See also this thread - http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1055081
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 07:52 PM
02-21-2007 07:52 PM
Re: PAM configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 08:44 PM
02-21-2007 08:44 PM
Re: PAM configuration
Please do let me know in case you could suggest something else.
Thanks a lot,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 06:12 AM
03-12-2007 06:12 AM
Re: PAM configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 10:21 PM
04-11-2007 10:21 PM
Re: PAM configuration
file /usr/lib/security/libpamnew.sl
file `which login`
chatr /usr/lib/security/libpamnew.sl
ldd /usr/lib/security/libpamnew.sl ( make sure that this doesn't fail)
Does /usr/lib/security/libpamnew.sl or its dependent libraries have thread local storage?
Are you using PAM-Radius(on HP-UX) to route the queries to RADIUS server?