
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Incorrect SourceUserName when use Solaris global zone.
I collect event from Oracle Solaris local zone through syslog, setup has been performed on the document SmartConnector for Oracle Solaris Basic Security Module Syslog.
I have situation, when user(UID=5005) from global zone, login in to local zone and use command su:
<record version="2" event="su" host="db*" iso8601="2015-07-24 13:29:37.000 +03:00"><subject audit-uid="5005" uid="root" gid="root" ruid="root" rgid="root" pid="26104" sid="745664537" tid="12602 196630 10.*"/><text>success for user root</text><return errval="success" retval="0"/></record>
But user with UID 5005 local zone does not match user with UID 5005 on global zone. In arcsight i have incorrect information about SourceUserName: in event i see user 5005, which run "su" on host db* (local zone). In reality, this is another user - 5005 from global host.
Colleague, anyone who has been faced with a similar problem?