-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Start-Job -Credential fails on Linux #7172
Copy link
Copy link
Closed
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Cmdlets-Corecmdlets in the Microsoft.PowerShell.Core modulecmdlets in the Microsoft.PowerShell.Core module
Steps to reproduce
Start Ubuntu 16.04 running in WSL.
Start pwsh-preview (preview 3)
Create another account (sudo adduser test (password: test)
Execute
su - testto log in and verify password. Exit that login.Execute:
Expected behavior
Outputs
Actual behavior
Environment data
I see this issue was referenced in #1365 and was closed as fixed. Perhaps a regression?