Skip to content

Commit 3e520f3

Browse files
committed
Add a link for a future lucky soul
1 parent ce0dcf4 commit 3e520f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dissect/database/ese/ntds/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def decode_value(db: Database, attribute: str, value: Any) -> Any:
331331
return value
332332

333333
# TODO: handle oMSyntax/oMObjectClass deviations?
334+
# https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/7cda533e-d7a4-4aec-a517-91d02ff4a1aa
334335
_, decode = OID_ENCODE_DECODE_MAP.get(schema.type, (None, None))
335336

336337
if decode is None:

0 commit comments

Comments
 (0)