For some reason, this never made it to the case log or my inbox. Sorry for the delay.
> From: Richard L. Hamilton <rlhamil at smart.net> > To: opensolaris-arc at opensolaris.org > Subject: Re: User object audit token [PSARC/2010/001 FastTrack timeout > 01/11/2010] > Date: Sat, 02 Jan 2010 05:39:59 -0800 (PST) > > Is the user SID also in audit output? If it isn't, shouldn't it be, if > available, esp. > if the UID is ephemeral? Wouldn't it be worth recording for forensics? The short answer is no presuming SIDs are Windows Security IDs as opposed to Solaris Audit Session IDs. Windows SIDs are not presently part of OpenSolaris. Auditing covers identified and authenticated users logged into OpenSolaris. No OpenSolaris user has an ephemeral user ID. The purpose of the user object token is to represent a user as the object of some action, not as the subject of an action. In particular, as noted in the case "passwd -f" auditing would be served well by being able to express the user as an object in a searchable way. Thus, the motivation for this new token. Cheers, Gary..