ntdsextract2 1.4.12

Display contents of Active Directory database files (ntds.dit)
1
2
3
4
5
6
7
use crate::{cache::RecordId, win32_types::Guid};

pub enum EntryId {
    Id(RecordId),
    Rid(u32),
    Guid(Guid)
}