LDAP
On this page:
ldap-authenticate

LDAP

Jay McCarthy <jay@racket-lang.org>

 (require (planet jaymccarthy/ldap:1:0))

This module contains a haphazard implementation of LDAP Authentication. It is unprincipled, cobble together, and only tested on one LDAP server.

(ldap-authenticate server    
  port    
  user-dn    
  password)  boolean?
  server : string?
  port : port-number?
  user-dn : string?
  password : string?
Returns #t if server successfully BINDs when given user-dn and password.