ntdsextract2 1.0.0

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

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