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 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.
- Clean and reliable low-level I/O.
- Full v2/v3 protocol support.
- Adding, Modifying, Deleting data.
- Authentication.