Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Fix for #2989 #4770

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix for #2989 #4770

wants to merge 1 commit into from

Commits on Nov 19, 2019

  1. Fix for docker#2989

    For using an SID as parameter - which is better because of potential i18n issue with role name - "isInRole()" expect a "System.Security.Principal.SecurityIdentifier" object instead of a "String".
    
    That's because of this error that isHypervAdministrator() always return false and and consequently  "Administrator" role is requested.
    
    Signed-off-by: Olivier Bourgeat <olivier.bourgeat@laposte.net>
    olivbour committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    6eaf4fa View commit details
    Browse the repository at this point in the history