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
I'm trying to use both, smbj and smbj-rpc to retrieve files and their ACE information.
So far I've been able to retrieve the file ACEs, to the point of getting the SID, and then using smbj-rpc to resolve the SIDs, but I haven't been able to check if the ACE is for a user or a group.
Is there a way to do it?
LocalSecurityAuthorityService.lookupNamesForSIDs will only return the name of the SID, so I only get things like "SYSTEM", "Administrators", "john.doe"
The text was updated successfully, but these errors were encountered:
I'm trying to use both, smbj and smbj-rpc to retrieve files and their ACE information.
So far I've been able to retrieve the file ACEs, to the point of getting the SID, and then using smbj-rpc to resolve the SIDs, but I haven't been able to check if the ACE is for a user or a group.
Is there a way to do it?
LocalSecurityAuthorityService.lookupNamesForSIDs will only return the name of the SID, so I only get things like "SYSTEM", "Administrators", "john.doe"
The text was updated successfully, but these errors were encountered: