GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: question about modem security
Operating System - HP-UX
1847203
Members
3563
Online
110263
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
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
08-16-2004 10:37 AM
08-16-2004 10:37 AM
probably a dumb question, but I'm feeling lazy and stupid just now.
1) /etc/dialups and d_passwd
I get the deal with the tty name in dialups, but how in blazes am I supposed to get an encrypted passwd into the d_passwd file?
This is all probably a little complicated by the fact that we're at trusted system (read tlb db vice normal passwd file) and I didn't have any modem security in place prior.
Do I need to create a "user" with the terminal name and assign it a passwd that way?
Any advise from someone who's done this appreciated.
1) /etc/dialups and d_passwd
I get the deal with the tty name in dialups, but how in blazes am I supposed to get an encrypted passwd into the d_passwd file?
This is all probably a little complicated by the fact that we're at trusted system (read tlb db vice normal passwd file) and I didn't have any modem security in place prior.
Do I need to create a "user" with the terminal name and assign it a passwd that way?
Any advise from someone who's done this appreciated.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 11:05 AM
08-16-2004 11:05 AM
Solution
Hi Mark,
Refer the attached pic. that explains the flow.
1) List all the terminal device files in /etc/dialups.
2) d_passwd file format is as below
:
Eg:
/usr/bin/sh:
/usr/bin/ksh:
/usr/bin/csh:
3) You can create encrypted passwords by using makekey command or by adding a temporary user, copy the password from /tcb/files/auth//username file and delete the user./
# echo "Password12" | makekey
makekey takes 10 chars as input - first 8 chars for the password, the next 2 is the password salt.
Copy and paste the output to /etc/d_passwd.
4) Now when a user logsin, his tty is compared with the entries in /etc/dialups, if it matches, then the dialup password is determined based on the login shell of the user.
If the user is using /usr/bin/sh, d_passwrd will be checked for the entries starting with /usr/bin/sh and the user should enter the correct password to get in.
Hope this helps
-- Sundar
Refer the attached pic. that explains the flow.
1) List all the terminal device files in /etc/dialups.
2) d_passwd file format is as below
Eg:
/usr/bin/sh:
/usr/bin/ksh:
/usr/bin/csh:
3) You can create encrypted passwords by using makekey command or by adding a temporary user, copy the password from /tcb/files/auth/
# echo "Password12" | makekey
makekey takes 10 chars as input - first 8 chars for the password, the next 2 is the password salt.
Copy and paste the output to /etc/d_passwd.
4) Now when a user logsin, his tty is compared with the entries in /etc/dialups, if it matches, then the dialup password is determined based on the login shell of the user.
If the user is using /usr/bin/sh, d_passwrd will be checked for the entries starting with /usr/bin/sh and the user should enter the correct password to get in.
Hope this helps
-- Sundar
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2004 11:46 AM
08-16-2004 11:46 AM
Re: question about modem security
suscinct and thorough.
Thank you very much
Thank you very much
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 2026 Hewlett Packard Enterprise Development LP