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
07-09-2003 12:41 AM
07-09-2003 12:41 AM
pam
'm looking for a PAM depot for HP-ux 10.20
is there PAM modules available (.depot for 10.20 and 11.0) in order to restrict services access (like telnet, rlogin)
thx, best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:48 AM
07-09-2003 12:48 AM
Re: pam
As far as I was aware, PAM is installed as standard.
What happens if you run:
man pam
???
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:16 AM
07-09-2003 01:16 AM
Re: pam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 02:07 AM
07-09-2003 02:07 AM
Re: pam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 02:15 AM
07-09-2003 02:15 AM
Re: pam
No "/etc/pam.conf"? Oh dear!
You can get a copy of the default from
/usr/newconfig/etc/pam.conf
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 04:47 AM
07-09-2003 04:47 AM
Re: pam
the probleme is: how to know if it is running, or how to enable it, if it has been installed?
u see
best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 04:48 AM
07-09-2003 04:48 AM
Re: pam
if your inetntion is to restric access, also consider to setup properly
/var/adm/inetd.sec ,
refer to the man page for all the options.
HTH;
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 08:34 AM
07-09-2003 08:34 AM
Re: pam
i can't put /bin/false in /etc/passwd, cose i want to be able to su the other's
i think pam is the only solution allowed to me
see u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 09:32 PM
07-09-2003 09:32 PM
Re: pam
PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.
You can add user-level PAM restrictions in:
/etc/pam_user.conf
For details, do:
man pam_user.conf
An alternative is to install TCP-Wrappers:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/
This will allow you to restrict access at a very detailed level.
Hope this helps,
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 09:33 PM
07-09-2003 09:33 PM
Re: pam
PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.
You can add user-level PAM restrictions in:
/etc/pam_user.conf
For details, do:
man pam_user.conf
An alternative is to install TCP-Wrappers:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/
This will allow you to restrict access at a very detailed level.
Hope this helps,
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 09:38 PM
07-09-2003 09:38 PM
Re: pam
PAM will always be "active" - it's an authentication method, not a daemon. The access methods of "login", "dtlogin", "su", etc. are all built to check PAM.
You can add user-level PAM restrictions in:
/etc/pam_user.conf
For details, do:
man pam_user.conf
An alternative is to install TCP-Wrappers:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcp_wrappers-7.6/
This will allow you to restrict access at a very detailed level.
Hope this helps,
Ollie.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 10:59 PM
07-09-2003 10:59 PM
Re: pam
that's all i want to know
but 'm not sure that tcpwrapper could help me ... i already studied that solution
see u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 11:04 PM
07-09-2003 11:04 PM
Re: pam
TCP Wrappers will allow you to select which users and/or systems can access the inetd services like "login", "rlogin", "remsh", etc.
It's therefore ideal for the job if you can invest the time to set it up properly.
Good luck, which ever path you choose!
Ollie.
BTW - Don't forget to assign points!!!