-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to update ImpersonatingWrapper Password #6
Labels
question
Further information is requested
Comments
Hi! Thanks for opening your first issue here! Please make sure to follow the issue template - so we could help you better! |
Created pull-request #5 to add Layout support for UserName / Domain / Password for ImpersonatingWrapper. |
NLog.WindowsIdentity ver. 5.3 has been released with Layout-support for Thus allowing |
Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Please keep / fill in the relevant info from this template so that we can help you as best as possible.
NLog version: (e.g. 5.2.0)
Platform: .NET7
Current NLog config (xml or C#, if relevant)
I want to update the password with a BackgroundTask Service to log in a network drive:
I try using
variable
,gdc
and getting directly the target:I can log the new password in another class but the targets inside the ImpersonatingWrapper didn't seems to be able to log in our NAS.
If I put the password directly inside the nlog.config everything works fine.
The text was updated successfully, but these errors were encountered: