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-27-2004 01:50 AM
02-27-2004 01:50 AM
PAM
I don't know what is PAM. Could somebody give me information about PAM. with standard HP UX what can i acheive using this?
I know i am asking nonsense information..but please help...
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 01:53 AM
02-27-2004 01:53 AM
Re: PAM
Pam Kerberos ?
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J5849AA
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 01:54 AM
02-27-2004 01:54 AM
Re: PAM
PAM gives system administrators the flexibility of choosing any
authentication service available on the system to perform
authentication. The framework also allows new authentication service
modules to be plugged in and made available without modifying the
applications.
The PAM framework, libpam, consists of an interface library and
multiple authentication service modules. The PAM interface library is
the layer implementing the Application Programming Interface (API).
The authentication service modules are a set of dynamically loadable objects invoked by the PAM API to provide a particular type of user
authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 10:57 AM
02-27-2004 10:57 AM
Re: PAM
PAM was first introduced in 10.20. In 10.20 it was only used for CDE authentication.
In 11.x, PAM is integrated in to HP-UX login mechanism. PAM-NTLM and PAM-Kerberos are the two products that you would be interested if you are to authenticate against NT/2000 servers.
PAM-NTLM is installed as part of the CIFS-CLient package. PAM-Kerberos enables the HP-UX logins to be authenticated against windows 2K servers. Remember kerberos is the authentication mechanism used in windows 2K.
/etc/pam.conf is the file and /usr/lib/security is where the pam shared libaries are stored
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 04:34 PM
02-27-2004 04:34 PM
Re: PAM
PAM can used for ultimately full security (no one is allowd to login to the system) to no security (anyone is allowed to login to the system) by editing /etc/pam.conf.
PAM is the standard authentication mechanism in HP-UX 11/11.11, Solaris 7/8/9/10, AIX 5.2 and All linux flavors.
I used this guide to know about PAM.
http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html
Hope this helps
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 03:54 PM
02-29-2004 03:54 PM
Re: PAM
i want to impliment some password ristrictions in my HP UX 10.20 box. can i do this using PAM modules or i have convert my system in trusted mode ?
if yes how can i do that ?
Password ristrictions like password aging, password construction etc.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 04:07 PM
02-29-2004 04:07 PM
Re: PAM
$ man 4 passwd
If you wish to go further and have password policies as such, then yes trust your system. Be aware that trusting your system forces each user to change their password. If you are not that familiar with password aging using trusted system, SAM is a good helper.
To trust:
/usr/lbin/tsconvert
to untrust:
/usr/lbin/tsconvert -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 04:52 PM
02-29-2004 04:52 PM
Re: PAM
http://downloads.securityfocus.com/library/bastion.html
-Karthik S S