Module ldap_utils
Structs§
- Separator
Splitter 🔒 - Iterator that splits a string by a separator character, respecting escape sequences.
Functions§
- get_
first_ cn_ from_ dn - Extracts the first CN (Common Name) value from an LDAP Distinguished Name RFC4514.
- parse_
ava 🔒 - Parses an AttributeTypeAndValue (e.g., “CN=John Doe”). Returns (attribute_type, attribute_value) with value unescaped.