|
| decoding audit record |
 |
Thu, 17 Nov 2005 09:19:06 GMT |
I have write a NLM module to translate audit record (NW5.1) into xml format.
At this moment I can
read record (NWADReadRecord) into buffer but I don't know how decoding this
information.
Can someone help me.
Jacek
|
| Post Reply
|
| Re: decoding audit record |
 |
Thu, 17 Nov 2005 18:11:12 GMT |
If you search for NWADReadRecord across the whole of Novell's web
site you will bet back a number of links, including Dev and Support TID
such as
http://developer.novell.com/wiki/index.php/TID101441_iaud1kb1_-_Auditing_Q_%26_A
_-_Container_Audit_Records_%26_Post-processing_files
Roger Thomas, DevNet SysOp 22
"Jacek" <djack@djack.com.pl> wrote in message
news:eWXef.742$Pe3.312@prv-forum2.provo.novell.com...
> I have write a NLM module to translate audit record (NW5.1) into xml
format.
> At this moment I can
> read record (NWADReadRecord) into buffer but I don't know how decoding
this
> information.
> Can someone help me.
> Jacek
>
>
|
| Post Reply
|
| Re: decoding audit record |
 |
Fri, 18 Nov 2005 06:57:23 GMT |
I have already found it, but this sample code has only counter audit records
(nothing about decoding):
rcode = NWADReadRecord( recordHandle,
512, 1, buffer,
&retSize, &eofFlag, &prevpos);
if (rcode || eofFlag )
break;
if (retSize > 0)
luNumRecords++;
Jacek
Użytkownik "Roger Thomas, DevNet SysOp 22" <devsup@novell.com>
napisał w
wiadomości news:4J3ff.3231$Pe3.2062@prv-forum2.provo.novell.com...
> If you search for NWADReadRecord across the whole of Novell's web
> site you will bet back a number of links, including Dev and Support TID
> such as
>
>
>
http://developer.novell.com/wiki/index.php/TID101441_iaud1kb1_-_Auditing_Q_%26_A
_-_Container_Audit_Records_%26_Post-processing_files
>
> Roger Thomas, DevNet SysOp 22
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|