- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pam_modules.h
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
04-23-2001 01:45 AM
04-23-2001 01:45 AM
pam_modules.h
I'm about to compile a radius-client for PAM, which I will intergrate with OpenSSH and a central radius-server. The problem I'm having is that when I run make, I get the errormessage:
cpp: "pam_radius_auth.c", line 34: error 4036: Can't open include file 'security/pam_modules.h'.
I intend to run this on both HP-UX 11.00 and HP-UX 10.20.
Does anyone know where I can get the required headerfile?
Which package?
Thanks in advance.
/Nils
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 02:02 AM
04-23-2001 02:02 AM
Re: pam_modules.h
-r--r--r-- 1 bin bin 12569 Oct 27 1997 pam_appl.h
-r--r--r-- 1 bin bin 1796 Oct 27 1997 pam_modules.h
NB : Pam was only fully intergrated at 10.30 and 11.xx, man pages for pam also back this up, as do Release Notes.
I'd concentrate on development on an 11.xx box, if it works at 10.20 treat it as a bonus.
goog luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 02:18 AM
04-23-2001 02:18 AM
Re: pam_modules.h
No, the /usr/include/security is not there (10.20).
Do you know the name of the package which will contain the /usr/include/security folder?
I'll concentrate on the 11.00 machines.
Thanks.
/Nils
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 02:25 AM
04-23-2001 02:25 AM
Re: pam_modules.h
It may work if you copy it from a 11.xx system I'll not guarantee it though & not sure if stricyly supported :
header files etc should come on the core O/S CD. (hp-ux 11.xx)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 04:04 AM
04-23-2001 04:04 AM
Re: pam_modules.h
I would not recommend building Pam modules on 10.20.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 02:45 AM
12-07-2001 02:45 AM
Re: pam_modules.h
I also want to use radius pam module for authentication. But it dont compile on HPUX 11.0. It has problems with the header files and it produces a .i file instead of a .o
I'll used:
pam_radius_auth-1.3.14
HPUX 11.0
Marco