yamldap 0.1.3

A lightweight LDAP server that serves directory data from YAML files
Documentation
1
2
3
4
5
6
7
pub mod parser;
pub mod schema;
pub mod watcher;

pub use parser::parse_directory_file;
pub use schema::{YamlDirectory, YamlEntry, YamlSchema};
pub use watcher::YamlWatcher;