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
If a file has no dacl entries, as may happen on a network-mounted file system, there wont be a principal entry. A principal is a combination of
security provider, like NT AUTHORITY, and user name, e.g. NT AUTHORITY\Gracie. This code is looking for the user name -- the second half of the
principal. With no principal, there is no second half of the principal.
0 commit comments