API Reference LDIF v#0.1.1

View Source

Modules

LDIF is a simple Elixir parser for LDAP Data Interchange Format (LDIF) text files. It will convert the entries within them to Elixir structs, and can directly apply LDIF change records to normal LDIF records.

LIDF.Entry provides a struct and various helper functions for working with normal LDIF/LDAP entries.

A collection of simple filters that only return matching Entity structs from an enumerable.

LDIF.Sigil allows compile-time conversion of LDIF text into structs.