ntdsextract2 1.4.29

Display contents of Active Directory database files (ntds.dit)
1
2
3
4
5
#[derive(Copy, Clone, Hash, Eq, PartialEq)]
pub (crate) enum AttributeColumn {
    Name,
    Value
}