-
Notifications
You must be signed in to change notification settings - Fork 5
Ocamldap is an implementation of the Light Weight Directory Access Protocol
License
kit-ty-kate/ocamldap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ocamldap - Ocamldap is an implementation of the Light Weight Directory Access Protocol ====================================================================================== --------------------------------------------------------------------------- Synopsis --------------------------------------------------------------------------- Ocamldap is an ldap toolkit. It can be used by ocaml programs to communicate with ldap servers, and to build your own ldap servers. --------------------------------------------------------------------------- Features --------------------------------------------------------------------------- * Ocamldap supports the core ldap-client functions, including search, add, modify, and delete. * object oriented interface with additional features. Such as, nice data structures for local ldap entries which record local modifications and can sync them with the server, fewer arguments needed to perform simple tasks, and transparent reconnection of dropped connections. * Ocamldap includes an ldif parser, which allows you to read ldif files into entry objects. It also supports ldif change records. * Ocamldap has a method call to grab the schema of an ldapv3 server * Basic ldap server functionality (ldap_funserver) allows you to easily construct your own ldap servers. Perfect for meta directories, and other cool projects. Someday maybe your main database :-)
About
Ocamldap is an implementation of the Light Weight Directory Access Protocol
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published