decode securityIdentifier attribute as SID
This commit is contained in:
parent
3b5f698ff5
commit
55deb40268
@ -101,7 +101,7 @@ class Attribute:
|
||||
return
|
||||
|
||||
def _try_decode(self, args: Arguments) -> None:
|
||||
if self.name in ("objectSid",):
|
||||
if self.name in ("objectSid","securityIdentifier"):
|
||||
self._try_decode_sid()
|
||||
elif self.name in ("msExchMailboxGuid", "objectGUID"):
|
||||
self._try_decode_uuid()
|
||||
|
Loading…
Reference in New Issue
Block a user