- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Null password
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
03-17-2004 06:34 PM
03-17-2004 06:34 PM
I need to setup a user who , when loggin in with a certain username , won't need to put in a password , it just takes him directly to a menu.
How do I setup the no password feature ? I can assign a null password where you can only press enter , but I want to take it away.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 06:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 06:56 PM
03-17-2004 06:56 PM
Re: Null password
If the user connects via telnet I don't know how you would get a different login program running but someone else might.
Your problem is, that you are going to HAVE to hit return.
There is another option for you if the user is on a machine that supoprts "remsh" (rsh on most unixes and possibly rexec on Windows). If the user has a .rhosts file on the target machine in their home directory which contains the machine they a re coming from, they can get a shell without any login interuptions at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 09:31 PM
03-17-2004 09:31 PM
Re: Null password
An entry in passwd with a nul in the password field is a big security issue.
Is this a real user or just a user being created to carry out a specific task.
If a real user then put a password in his/her login and tell then it is too big a security issue.
Nul entries in the passwd field is one of the first things I look for during a security check.
If a psudo user then look at an alternative way of doing this.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 09:46 PM
03-17-2004 09:46 PM
Re: Null password
It's a pseudo user. What alternatives can you recommend as I'm not too keen on this as well ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 05:07 AM
03-18-2004 05:07 AM
Re: Null password
If a psudo users do you just requre a login to carry out a specific tas?, if so then login with password and task in the users .profile followed by an exit.
It all depend on what the user has to do once logged in.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 05:24 AM
03-18-2004 05:24 AM
Re: Null password
be aware, that such a user also could do ftp!
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 05:48 AM
03-18-2004 05:48 AM
Re: Null password
fwc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 05:56 AM
03-18-2004 05:56 AM
Re: Null password
You might need to put the menu program in /etc/shells.
mstrong:passwd:100:20::/home/mstrong:menu
but you should definately require a password of some type.