SOFTINNOV
Home
LDAP Driver for REBOL/Core
Download Now!
Size :  n/a
Level :  n/a
Version :  n/a
Date :  n/a

Work in progress...

This project aims to propose a standard LDAP support for REBOL/Core by implementing the LDAP protocol using REBOL schemes (ldap://), so standard functions like open, insert, find, remove,... can be used directly on the port.

The implementation is an on-going work and has been suspended for some months now (due to higher priority projects). The current alpha supports the following features :

  • BER encoding/decoding logic.
  • REBOL dialect for BER structures representation.
  • Basic LDAP v3 protocol.
  • Searching for record using a high level dialect
  • Port handler implemented.
What's not currently implemented:
  • Clean and reliable low-level I/O.
  • Full v2/v3 protocol support.
  • Adding, Modifying, Deleting data.
  • Authentication.
The current work has been done following the classic REBOL port! communication model, that means : synchronous communications. There's great chances that I choose to port the current work under Uniserve to benefit from a full async model and not push the sync version to the end...