Skip to content
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

Update-QlikDataConnection credentials causes domain to drop #159

Closed
aburnsy opened this issue Aug 20, 2021 · 1 comment
Closed

Update-QlikDataConnection credentials causes domain to drop #159

aburnsy opened this issue Aug 20, 2021 · 1 comment
Assignees
Labels

Comments

@aburnsy
Copy link

aburnsy commented Aug 20, 2021

The Update-QlikDataConnection function utilises .GetNetworkCredential().Username to fetch the user ID for the connection credentials. However, this does not include the domain, which would be under GetNetworkCredential().Domain

If the domain is required, a workaround is to pass an additional "" at the beginning of the username. Thus GetNetworkCredential().Username would return the full domain and username.

@ahaydon ahaydon added the bug label Aug 24, 2021
@ahaydon ahaydon self-assigned this Aug 24, 2021
@ahaydon
Copy link
Owner

ahaydon commented Nov 8, 2021

Fixed in v1.21.1

@ahaydon ahaydon closed this as completed Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants