You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of EnableAllPrivileges() enable a list of hardcoded privileges by their names.
The code should be refactored to dynamically retrieves the privileges from the token leveraging the function GetTokenPrivileges() and enables only the disabled ones.
The text was updated successfully, but these errors were encountered:
The current implementation of EnableAllPrivileges() enable a list of hardcoded privileges by their names.
The code should be refactored to dynamically retrieves the privileges from the token leveraging the function GetTokenPrivileges() and enables only the disabled ones.
The text was updated successfully, but these errors were encountered: