HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- newbie question - hp-ux 11i security
Operating System - HP-UX
1833776
Members
2234
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-29-2003 03:11 PM
09-29-2003 03:11 PM
hi all, without converting to TCB, what security parameters (eg. passwd length, passwd aging, acct. lockout, timeout and etc) can I set for 11i? What are their system default vales? And how (and where) do I set them? Thanks!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:45 PM
09-29-2003 03:45 PM
Solution
Hi,
You could use "/etc/default/security":
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=216645
You can do "man passwd" and "man security" for more options.
Take also a look at this document:
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/hpux11isecuritywp.pdf
Hope this helps.
Kind regards,
Zigor
You could use "/etc/default/security":
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=216645
You can do "man passwd" and "man security" for more options.
Take also a look at this document:
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/hpux11isecuritywp.pdf
Hope this helps.
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:31 PM
09-29-2003 04:31 PM
Re: newbie question - hp-ux 11i security
Probably want PAM, which limits groups, and enforces complex passwords. Pluggable Auth. Module.
Many HP clients are adding SSH to defeat network sniffers which can read passwords as transmitted over the network. SSH encrypts passwords.
TMOUT=3600 will disconnect a login after 1 hour idle. Put TMOUT in /etc/profile or $HOME/.profile.
'sudo' goes with root access.
And, as mentioned, /etc/default/security. Here is an example: Specify the minimum number of required characters of each type
(upper case characters, lower case characters, digits
and special characters) in a new password.
PASSWORD_MIN_UPPER_CASE_CHARS=N
PASSWORD_MIN_LOWER_CASE_CHARS=N
PASSWORD_MIN_DIGIT_CHARS=N
PASSWORD_MIN_SPECIAL_CHARS=N
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x7132eea29889d611abdb0090277a778c%2C00.html&admit=716493758+1064895966960+28353475
Many HP clients are adding SSH to defeat network sniffers which can read passwords as transmitted over the network. SSH encrypts passwords.
TMOUT=3600 will disconnect a login after 1 hour idle. Put TMOUT in /etc/profile or $HOME/.profile.
'sudo' goes with root access.
And, as mentioned, /etc/default/security. Here is an example: Specify the minimum number of required characters of each type
(upper case characters, lower case characters, digits
and special characters) in a new password.
PASSWORD_MIN_UPPER_CASE_CHARS=N
PASSWORD_MIN_LOWER_CASE_CHARS=N
PASSWORD_MIN_DIGIT_CHARS=N
PASSWORD_MIN_SPECIAL_CHARS=N
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x7132eea29889d611abdb0090277a778c%2C00.html&admit=716493758+1064895966960+28353475
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:56 PM
09-29-2003 06:56 PM
Re: newbie question - hp-ux 11i security
hi Cokster,
the security parameters can be set using the /etc/default/security configuration file in 11i.
u can set various security parameters in this file like this -
parameter=value
if the value is not set the default value is taken by the system.Ex-
MIN_PASSWORD_LENGTH=N ( default is 6 )
the password aging canbe set using the passwd command.
passwd -n min -x max username
command for a/c lockout is
passwd -l username
there are alot of options available. pl go thro the manpages for a clear picture.
HTH
aparna
the security parameters can be set using the /etc/default/security configuration file in 11i.
u can set various security parameters in this file like this -
parameter=value
if the value is not set the default value is taken by the system.Ex-
MIN_PASSWORD_LENGTH=N ( default is 6 )
the password aging canbe set using the passwd command.
passwd -n min -x max username
command for a/c lockout is
passwd -l username
there are alot of options available. pl go thro the manpages for a clear picture.
HTH
aparna
If you don't have time to do it right you must have time to do it over
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP