-
Notifications
You must be signed in to change notification settings - Fork 230
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
Feature request: Run as different user, allow smartcard #480
Comments
Thank you. I had that option selected already. The trick is to leave the "run as" username blank in the tab configuration. I can now authenticate with the smartcard, but when I enter my PIN, I see the following error message, and the new tab does not open: Unable to create shared objects (reason: (SetEntriesInAcl)No mapping between account names and security IDs was done. |
Have you tried to logon with smartcard account? |
Knowing that your smartcard works in other applications is no help. Your user account (on witch ConsoleZ is running) cannot create security descriptor for the smartcard account.
|
Hi Christophe, thanks. The account that I start ConsoleZ with (my normal logon account) is a domain account but not member of local Administrators group - it is member of local Users group (by virtue of being member of Domain Users, which is member of local Users group). Smartcard user account is also a domain account, but it is a member of local Administrators group. I can use my normal logon account account to Shift+right click applications using the smartcard. The SysInternals ShellRunas tool also works. For example, I can use Shift+right click on a PowerShell icon and choose "Run as different user," insert smartcard, enter PIN, and PowerShell launches as the smartcard user. |
Hi Can you try this experimental version and report popups you can see during test. |
I am now running Windows 10, build 1803. Same behavior as documented here (same error message). |
Right now if we choose Run as for a tab and specify a specific user account, we are only asked for a password when we start that tab.
This request is to allow smartcard access in this dialog (not just password).
The text was updated successfully, but these errors were encountered: