Function parse_ava

fn parse_ava(ava: &str) -> Option<(&str, &str)>
Expand description

Parses an AttributeTypeAndValue (e.g., “CN=John Doe”). Returns (attribute_type, attribute_value) with value unescaped.