* Audit Uid and login uid
@ 2010-12-17 18:48 Ashok Kumar J
2010-12-17 19:05 ` Steve Grubb
0 siblings, 1 reply; 2+ messages in thread
From: Ashok Kumar J @ 2010-12-17 18:48 UTC (permalink / raw)
To: linux-audit@redhat.com
[-- Attachment #1.1: Type: text/plain, Size: 275 bytes --]
Dear ALL,
I want to know the difference between login uid and audit uid. If it is
same, then how i can show that this two things are same. I saw about the
function setauid and setlogin also. Please tell me the difference in between
this.
--
with regards
Ashok Kumar J
[-- Attachment #1.2: Type: text/html, Size: 326 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Audit Uid and login uid
2010-12-17 18:48 Audit Uid and login uid Ashok Kumar J
@ 2010-12-17 19:05 ` Steve Grubb
0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2010-12-17 19:05 UTC (permalink / raw)
To: linux-audit
On Friday, December 17, 2010 01:48:42 pm Ashok Kumar J wrote:
> I want to know the difference between login uid and audit uid.
Login uid is the original id that a user logs in with. However, that is not as concise
as it could be. So, in the logs its represented as auid to save bytes because it will
show up in all events. They are synonymous.
> If it is same, then how i can show that this two things are same. I saw about the
> function setauid and setlogin also. Please tell me the difference in
> between this.
There is no setauid function. There is a audit_setloginuid() function that you could
write a short program to see what it does. It creates a LOGIN event - which is really
to indicate that a loginuid was assigned.
-Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-17 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 18:48 Audit Uid and login uid Ashok Kumar J
2010-12-17 19:05 ` Steve Grubb
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.