HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- diabling identd
Operating System - HP-UX
1834391
Members
1643
Online
110066
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
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
04-05-2003 11:26 AM
04-05-2003 11:26 AM
diabling identd
I work for a company whose products run HP-UX 10.20. Recently, one of our customers ran some network security scanning program that identified problems with the way the computer was configured. I have managed to make all of the warnings go away except this one about identd.
"Ident daemon can be used to remotely gather servers' running usernames." The suggested remedy is to disable identd.
After reading through these forums, I thought I had the solution, but a rescan showed I was not successful. This is what I have done.
Commented out the line in /etc/inetd.conf that started with auth (there wasn't one that started with ident, but the auth line called /usr/lbin/identd) and ran identd -c.
Please let me know if there is something else I need to do. Since the vulnerability level of this problem is low, the customer is satisfied with the setup, but it's driving me crazy. Thanks.
"Ident daemon can be used to remotely gather servers' running usernames." The suggested remedy is to disable identd.
After reading through these forums, I thought I had the solution, but a rescan showed I was not successful. This is what I have done.
Commented out the line in /etc/inetd.conf that started with auth (there wasn't one that started with ident, but the auth line called /usr/lbin/identd) and ran identd -c.
Please let me know if there is something else I need to do. Since the vulnerability level of this problem is low, the customer is satisfied with the setup, but it's driving me crazy. Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2003 11:38 AM
04-05-2003 11:38 AM
Re: diabling identd
You said "Commented out the line in /etc/inetd.conf that started with auth (there wasn't one that started with ident, but the auth line called /usr/lbin/identd) and ran identd -c."
Hopefully you meant you ran 'inetd -c' after you finished. If you didn't do that, then do it now.
Commenting something out in inetd.conf and having inetd rescan it's config file should solve your problem.
You might also want to check the /etc/services file and comment out any identd or auth entry there too. The do an 'inetd -c' again.
Hopefully you meant you ran 'inetd -c' after you finished. If you didn't do that, then do it now.
Commenting something out in inetd.conf and having inetd rescan it's config file should solve your problem.
You might also want to check the /etc/services file and comment out any identd or auth entry there too. The do an 'inetd -c' again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2003 11:40 AM
04-05-2003 11:40 AM
Re: diabling identd
Amy,
Is that a typo, or did your really run 'identd -c'. That wouldn't stop identd from running! If you really ran 'inetd -c' though (which would cause the inetd daemon to re-read the inetd.conf file) then that should stop the identd daemon from running.
HTH
Duncan
I am an HPE Employee
Is that a typo, or did your really run 'identd -c'. That wouldn't stop identd from running! If you really ran 'inetd -c' though (which would cause the inetd daemon to re-read the inetd.conf file) then that should stop the identd daemon from running.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2003 06:28 PM
04-05-2003 06:28 PM
Re: diabling identd
To stop the daemon temporarily inetd -k
To keep it from running at startup.
cd /sbin/rc3.d
remove the soft link that includes the name inetd
Of course if you do that you might have some trouble working with your box.
I'd recommend installing Secure shell to replace some of the important services that inetd. provides. ftp, ssh replaces secure shell. You'll want to read the docs on how use the services first.
A link to the free software is included. For 10.20 you'll have to actually compile the software.
Here you go.
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.6.1p1/
Good luck.
BTW, inetd can be made secure with access limits in a file called /var/adm/inetd.sec
This lets you specify what IP addresses can use services. You can make things pretty secure that way.
SEP
To keep it from running at startup.
cd /sbin/rc3.d
remove the soft link that includes the name inetd
Of course if you do that you might have some trouble working with your box.
I'd recommend installing Secure shell to replace some of the important services that inetd. provides. ftp, ssh replaces secure shell. You'll want to read the docs on how use the services first.
A link to the free software is included. For 10.20 you'll have to actually compile the software.
Here you go.
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.6.1p1/
Good luck.
BTW, inetd can be made secure with access limits in a file called /var/adm/inetd.sec
This lets you specify what IP addresses can use services. You can make things pretty secure that way.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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