Re: How to write Events into the security log
From: Sudheer N (SudheerN_at_discussions.microsoft.com)
Date: 05/31/05
- Next message: Frank Perry: "Re: Decrypting on different platforms"
- Previous message: Joe Richards [MVP]: "Re: NetUserGetGroups inside passfilt.dll"
- In reply to: Joe Richards [MVP]: "Re: How to write Events into the security log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 30 May 2005 22:45:30 -0700
Hi
The AuthzReportSecurityEvent function only works on Windows 2000 Server
SP4 and also it requires Windows 2000 Authorization Manager,authz.h,authz.lib
and authz.dll. The server must be windows server 2003. It does not support
for all systems. I want any function which works on all systems (like
reportsecurityevent function which works on all systems).
I tried also by setting the SeSecurityPrivilege and SeAuditPrivilege for the
system and used with reportsecurityevent(). This is also not worked. Please
help me in this issue.
Sudheer
"Joe Richards [MVP]" wrote:
> I posted a bad link previously, I meant
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/reportevent.asp
>
> It indicates that for XPSP2 you need to use something else
>
> As of Windows XP SP2, this parameter cannot be a handle to the Security log. To
> write an event to the Security log, use the AuthzReportSecurityEvent function.
>
>
> Before this, you have to make sure you enable the appropriate privilege - off
> the top of my head I believe it was SeSecurityPrivilege.
>
> There are no other mechanisms to write to the event logs.
>
> joe
- Next message: Frank Perry: "Re: Decrypting on different platforms"
- Previous message: Joe Richards [MVP]: "Re: NetUserGetGroups inside passfilt.dll"
- In reply to: Joe Richards [MVP]: "Re: How to write Events into the security log"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|