[ Home Page ]
[ Eiffel Archive ]
[ Eiffel Classes and Clusters]
 |
EiffeLDAP: A OpenLDAP binding into Eiffel
|
Written by Dustin Sallings.
Version 0.1
eiffeldap_0_1.tar.gz (6,000 bytes) - source code
dustin@spy.net Dustin Sallings (maintainer) mail address.
This is a work in progress. I'm binding OpenLDAP into Eiffel, hopefully in
a way that'll make it easy to swap out for other LDAP libraries. It's
pretty C-heavy. I haven't figured out how to get binary data back
yet, but I'm sure I will.
The following functionality is supported:
- Anonymous connections
- Simple authentication
- Search on a filter (*)
- Compare
- Add
- Delete
- Modify
(*) Search currently returns all attributes for a given filter on a sub
scope.
Known bugs:
- Search shouldn't assume the scope.
- Search should allow for requesting a subset of attributes.
- Seg fault in c_ldap_mod_clean if called after doing a modify with
an attribute being deleted.
Dustin Sallings: dustin@spy.net
Eiffel Library Page: http://bleu.west.spy.net/~dustin/eiffel/
16 June 1999 (Added to Eiffel Forum Archive: 24 December 1999)
[ Home Page ]
[ Eiffel Archive ]
[ Eiffel Classes and Clusters]