trivial-ldap

Clarified Artistic License

TRIVIAL-LDAP is a one file, all Common Lisp client implementation of parts of RFC 2261.

$ area51 add trivial-ldapCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-ldap:some-function ...)