Operating System - HP-UX
1832787 Members
3115 Online
110045 Solutions
New Discussion

Installing HPUX 11.11 C2 auditing for an ISS Server Sensor causes Authentication Problem

 
SOLVED
Go to solution
Alvaro Garcia_1
Occasional Contributor

Installing HPUX 11.11 C2 auditing for an ISS Server Sensor causes Authentication Problem

Yesterday we activated the C2 auditing in HPUX 11.11 with:

/usr/lbin/tsconvert
and editing /etc/rc.config.d/auditing

We change these kernel parameters:
_ maxdsiz
_ maxssiz
_ maxtsiz

under root

We type the following command

usr/sbin/kmtune -s =0x10000000

but when the machine was rebooted all passwords were expired.

After the root password was changed by console, the graphic environment authentication doesn´t work. The audit was configured back to the original state and the graphical environment authentication works fine.

How can I solve this problem?

Do you known any issue with enable C2 auditing in this Operating System?
2 REPLIES 2
RAC_1
Honored Contributor
Solution

Re: Installing HPUX 11.11 C2 auditing for an ISS Server Sensor causes Authentication Problem

When you convert to trusted system or revert back to non-trusted all passwords expire. To avoid that you should do /usr/lbin/modprpw -V

OR better,

/etc/tsconvert -c;/usr/lbin/modprpw -V

Anil
There is no substitute to HARDWORK
Alvaro Garcia_1
Occasional Contributor

Re: Installing HPUX 11.11 C2 auditing for an ISS Server Sensor causes Authentication Problem

I will enable C2 auditing with this command

/etc/tsconvert -c;/usr/lbin/modprpw -V

Thank you