LDAP
On this page:
LDAP
ldap-authenticate
8.12

LDAP🔗ℹ

Jay McCarthy <jay@racket-lang.org>

 (require net/ldap) package: ldap

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

procedure

(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.