Go to file
Matvey Aksenov c1123fb1a0 M
2015-11-24 17:56:32 +00:00
example Add even more documentation 2015-04-11 16:15:46 +00:00
npm the latest ldapjs is firmly in the insane shit camp, but I think I've massaged it into a working condition 2015-11-23 21:27:00 +00:00
src/Ldap Implement the Abandon operation 2015-04-23 20:26:31 +00:00
ssl Support "insecure" TLS. 2015-04-01 22:19:00 +00:00
test M 2015-11-24 17:56:32 +00:00
.gitignore Add some of the missing search filter tests 2015-04-01 07:38:05 +00:00
.travis.yml Set up Travis CI builds against GHC 7.6.3, 7.8.4, and 7.10.1 2015-04-03 21:15:43 +00:00
.vim.custom Initial commit 2015-03-28 12:13:51 +03:00
default.nix finally some progress 2015-11-23 20:37:06 +00:00
Gemfile Add some of the missing search filter tests 2015-04-01 07:38:05 +00:00
Guardfile Fire up a separate LDAP server instance for each example 2015-04-01 23:31:59 +00:00
ldap-client.cabal Implement the Abandon operation 2015-04-23 20:26:31 +00:00
ldap-client.nix Nix configuration 2015-06-08 20:24:37 +00:00
LICENSE Initial commit 2015-03-28 12:13:51 +03:00
README.markdown Implement the Abandon operation 2015-04-23 20:26:31 +00:00
Setup.hs Initial commit 2015-03-28 12:13:51 +03:00
shell.nix finally some progress 2015-11-23 20:37:06 +00:00

ldap-client

Hackage Build Status

This library implements (the parts of) RFC 4511

      Feature            |   RFC Section   |   Support

:--------------------------- |:---------------:|:-----------: Bind Operation | 4.2 | ✔ Unbind Operation | 4.3 | ✔ Unsolicited Notification | 4.4 | ✔ Notice of Disconnection | 4.4.1 | ✔ Search Operation | 4.5 | ✔ 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 | - | ✔

† Only serves as an example of Extended Operation. It's useless for all practical purposes as it does not actually enable TLS. In other words, use LDAP over TLS instead.