Operating System - HP-UX
1834185 Members
2692 Online
110064 Solutions
New Discussion

Disable and delete "ids" user

 
SOLVED
Go to solution
Fernando Boza
Regular Advisor

Disable and delete "ids" user

Is posible disable and them delete the user "ids"?
8 REPLIES 8
James R. Ferguson
Acclaimed Contributor

Re: Disable and delete "ids" user

Hi:

Yes. See the manpages for 'userdel' and its options.

When you delete an account you may want to find any files owned by the account and transfer their ownership to another user. This can be done before or after the account has been deleted. For example, you might do:

# find / -user boza -exec ls -ld {} +

...or if user "boza" has already been deleted:

# find / -nouser -exec ls -ld {} +

See tha 'find' and the 'userdel' manpages for more information.

Regards!

...JRF...

Fernando Boza
Regular Advisor

Re: Disable and delete "ids" user

This user is for application HIDS.
I get any problem when disable it?
Robert-Jan Goossens
Honored Contributor
Solution

Re: Disable and delete "ids" user

Starting HP-UX HIDS
Log in to each agent host as root and start the idsagent program as the ids user. For more information, see â Starting HP-UX HIDS Agentsâ .

http://docs.hp.com/en/5900-0439/ch03s04.html

You will need to have this user enabled.
Fernando Boza
Regular Advisor

Re: Disable and delete "ids" user

Is possible change the password?
Fernando Boza
Regular Advisor

Re: Disable and delete "ids" user

for security, I need to change the password of the user ids, is this possible without causing inconvenience to HIDS? which is the default password of the user ids?
I can change the name of the user ids?
Robert-Jan Goossens
Honored Contributor

Re: Disable and delete "ids" user

Hi Fernando,

Does the ids user have a password, or is it a locked user?

# grep ids /etc/passwd

Robert-Jan
rariasn
Honored Contributor

Re: Disable and delete "ids" user

Hi Fernando,

No problem for change ids password.


My "ids" user:

System wide password aging is enabled.


User ids has 64 days left until password expires
User ids last changed the password on: Mon Nov 9 08:26:33 2009.
User ids - password will expire on: 2010 Feb 7.

Regards,
Fernando Boza
Regular Advisor

Re: Disable and delete "ids" user

ids:x:115:106:HP-UX Host IDS Administrator:/opt/ids/home:/sbin/sh