pub fn parse_ntsecuritydescriptor<T: LdapObject>(
object: &mut T,
nt: &Vec<u8>,
entry_type: String,
result_attrs: &HashMap<String, Vec<String>>,
result_bin: &HashMap<String, Vec<Vec<u8>>>,
domain: &String,
) -> Vec<AceTemplate>Expand description
This function allows to parse the attribut nTSecurityDescriptor from secdesc.rs http://www.selfadsi.org/deep-inside/ad-security-descriptors.htm#SecurityDescriptorStructure