--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"ken" <k...@discussions.microsoft.com> wrote in message
news:435AE65A-443B-4178...@microsoft.com...
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"ken" <k...@discussions.microsoft.com> wrote in message
news:4EC94C58-4098-47A4...@microsoft.com...
Or, in MJ_CREATE path, use ->Parameters.Create.SecurityContext
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
ma...@storagecraft.com
http://www.storagecraft.com
Use SIDs instead.
Resolving SID to name for the domain environment requires RPC query to the
domain controller, which is too hard to do in kernel mode.
Best regards,
Allen
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
ma...@storagecraft.com
http://www.storagecraft.com
"allenzhang" <allen...@discussions.microsoft.com> wrote in message
news:FEE4541C-607B-4F05...@microsoft.com...
And as far as applications calling your driver are concerned, they can
also be "run as" a different user than is currently logged on, even
without user intervention (via Scheduled Tasks).
--
Ray