Hello all,
I’ve written a small mini-redirector (with RDBSS) based on the NULMRX example. This works all fine so far, except that it cannot be used by a normal (restricted) user without admin rights.
If I do a “net use x: ”, it fails in the network provider DLL when opening the device with “CreateFile” -> Error 5 (ACCESS_DENIED). A simple user-mode program using exact this line (CreateFile) fails also with the same error.
I played around with the DACL stuff, but this didn’t help either.
What do I need to do to get the mini-redirector working with restricted users?
Thanks!