- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Auto - Password in system start-up script
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-30-2002 11:56 PM
07-30-2002 11:56 PM
Auto - Password in system start-up script
All suggestions will be handsomely rewarded.
(please no auditors!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 12:03 AM
07-31-2002 12:03 AM
Re: Auto - Password in system start-up script
echo "login\npassword\nstartup" |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 02:55 AM
07-31-2002 02:55 AM
Re: Auto - Password in system start-up script
# myscript < input_file
where input_file is a simple file containing the password.
You can protect the input_file as appropriate (permissions, making it a hidden file, etc).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 04:30 PM
07-31-2002 04:30 PM
Re: Auto - Password in system start-up script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:45 PM
07-31-2002 08:45 PM
Re: Auto - Password in system start-up script
We used to work as follows :
All those "once set, easily forgotten" passwords got put in files in a /security directory. Typically you would find files of the following form there :
.
.
Each containing the necessary logonstrings ...
Needless to say /security was guarded pretty well :-). Our C-guru's wrote an "ASS" (Application Security Server) that could pick up user/password combinations from that directory (we had some good laughs about the "ASS" ... but that's another story :-).
This got shot down because somebody forgot to tell our auditors that /security is also included in the backups. Anyone with a bit of backupknowledge could find the last 20 passwordchanges ... not good.
We still use the "ASS", but nowadays it does no longer pick up the passwords from the Unixsystem itself, but from a sort of LDAPdatabase that uses encryption worthy of th e NSA :-).
Drawback of this new system : if the "ASS" or the LDAPdatabase goes down ... there is no way to find those passwords. Needless to say that our auditors do not think that's a drawback.
Regards,
Tom