Module ldap_utils

Structs§

SeparatorSplitter 🔒
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.