You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use impersonation on the server side of the pipe, but I
currently cannot because all pipes are connected using the anonymous
impersonation level.
This patch adds a new function that provides the ability to explicitly
specify the desired impersonation level.
Fixesmicrosoft#297
Signed-off-by: Aaron Klotz <[email protected]>
I would like to use impersonation on the server side of the pipe, but I
currently cannot because all pipes are connected using the anonymous
impersonation level.
This patch adds a new function that provides the ability to explicitly
specify the desired impersonation level.
Fixesmicrosoft#297
Signed-off-by: Aaron Klotz <[email protected]>
I'd like to be able to use impersonation levels other than
SECURITY_ANONYMOUS
; can we expose an override somewhere?I'm happy to implement this provided that it would be accepted...
The text was updated successfully, but these errors were encountered: