Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[Solaris 10] Setting audit logs for different events. Help ME!!!!!

user8688508Nov 8 2019 — edited Nov 11 2019

Hi guys.

I have to set audit logs on certain events on a solaris 10 server.

While I had no problems on linux, I'm going crazy to do the same thing on solaris 10, since I don't have enough expertise on this OS .

I should be able to identify these 4 different events:

1: Tracking all the activities performed by root account

2: Tracking all privilege escalation performed by sudo or su command

3: Tracking all account removal/add in the system

4: Detects system time changes which are not done by a local service or a service account.

Can you give me a hand? Thanks a lot to everyone!

Comments

vladodias

This line...

xmlns:s="http://www.w3.org/2001/XMLSchema/"

Should be this... without the extra / (forward slash)...

xmlns:s="http://www.w3.org/2001/XMLSchema"

This line...

<s:element ref="s:schema"/>

Should be removed...

Cheers,

Vlad

User_OYT2P

It worked!!!!  Thank you very much for your help!  Do you mind explaining why the line with <s:element ref="s:schema"/> needed to be removed?  The strange thing is that the offending line came from the original WSDL.  Thanks again for your help!

vladodias

The attribute "ref" in an element is used to refer to the name of another element, there is no element named "schema" in your WSDL, therefore I assumed this is a mistake... if you leave the line there you will get an "element not found" error...

User_DV42H

image.pnggetting the above error. I hope you can understand the issue by seeing the picture. can someone help me on this.

1 - 4

Post Details

Added on Nov 8 2019
1 comment
162 views