- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Console login
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
08-16-2003 02:23 AM
08-16-2003 02:23 AM
Console login
Once again i need your help.i'm having hp-ux 11.In my HP-UX 11 console i can login as a root,but user id can't login on console.I think in hpux 10.20 remove /etc/securetty file then user can login on console.In hpux 11 what can i do?kindly guide me friends.
Thanks and Regards
S.Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2003 02:39 AM
08-16-2003 02:39 AM
Re: Console login
If the system is trusted you can unlock an account by using
# /usr/lbin/modprpw -k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2003 02:49 AM
08-16-2003 02:49 AM
Re: Console login
/etc/securetty still works on HPUX 11.
creating a zero length file called /etc/securetty will prevent the root account from being accessed directly from any terminal line (including the console).
However the users can still use the console for other logins and use su from their own account in the unlikely event that they know the root password.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2003 02:54 AM
08-16-2003 02:54 AM
Re: Console login
But i didn't see /etc/securetty file on my hpux11.but user can't able to login in console.
root user only able to login on console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2003 04:15 AM
08-16-2003 04:15 AM
Re: Console login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2003 04:37 AM
08-16-2003 04:37 AM
Re: Console login
One additional item to check is :-
Do you have the file /var/adm/inetd.sec
If so review its contents in relation to the advice and usage detailed on the man page inetd.sec.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2003 06:05 AM
08-16-2003 06:05 AM
Re: Console login
while user login on console then no error message.that time system once again goto authentication menu i.e., once again ask user name and password.if i give root user id and password then it will goes normally.
i didn't see /var/adm/ined.sec* files.
kindly guide me friends.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 10:48 PM
08-17-2003 10:48 PM
Re: Console login
If yes check to see if there is a line
console:t_devname=console:t_maxtries#777:chkent:
in /tcb/files/ttys
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 11:04 PM
08-17-2003 11:04 PM
Re: Console login
No it's not trusted system.
Thanks and Regards
S.Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 12:38 AM
08-18-2003 12:38 AM
Re: Console login
i suspect an hand-made security.
login from the console and check all the
/etc/profile
.profile
.login
to see if there is a check against the tty.
i thik of a user exit to prevent root from logging in..
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 12:51 AM
08-18-2003 12:51 AM
Re: Console login
/etc/securetty is not generated bydefault when system is getting installed. We have to create it manually. Also in your case just check whether /var/adm/inetd.sec file exists and any login is restricted in that. Also whether this is happening only from console or for telnet also other nonroot users can not login ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2003 05:31 AM
08-18-2003 05:31 AM
Re: Console login
One annoyingly simple thing that got me once for a little while, no world read permissions for the /etc/hosts file.
You might want to check, just to be sure.
Good luck,
Kel