Go to file
2015-03-31 07:59:36 +00:00
example Initial commit 2015-03-28 12:13:51 +03:00
src/Ldap Add tests for the Bind operation 2015-03-28 11:11:32 +00:00
test Add simple Search operation tests 2015-03-31 07:59:36 +00:00
.gitignore Initial commit 2015-03-28 12:13:51 +03:00
.vim.custom Initial commit 2015-03-28 12:13:51 +03:00
ldap-client.cabal Fix the encoding of the `present' filter 2015-03-28 10:29:55 +00:00
LICENSE Initial commit 2015-03-28 12:13:51 +03:00
README.markdown Initial commit 2015-03-28 12:13:51 +03:00
Setup.hs Initial commit 2015-03-28 12:13:51 +03:00

ldap-client

This library implements (the parts of) RFC 4511

      Feature            | RFC Section |   Support

:--------------------------- |:-----------:|:-----------: Bind Operation | 4.2 | ✔ Unbind Operation | 4.3 | ✔ Notice of Disconnection | 4.4.1 | ✘ Search Operation | 4.5 | ✔ (partial) Modify Operation | 4.6 | ✘ Add Operation | 4.7 | ✘ Delete Operation | 4.8 | ✘ Modify DN Operation | 4.9 | ✘ Compare Operation | 4.10 | ✘ Abandon Operation | 4.11 | ✘ Extended Operation | 4.12 | ✘ IntermediateResponse Message | 4.13 | ✘ StartTLS Operation | 4.14 | ✘ LDAP over TLS | - | ✔

% git grep '\bString\b' | wc -l
2