Thanks Matt. If all else fails, I'll be forced to take a look at it.
Thanks for the specific URL!
I really want to stick with OpenLDAP if at all possible.
Joe
Smith, Matt wrote:
Joe-
Although OT for this list, I recently stumbled upon this Perl module
that implements an LDAP server:
http://search.cpan.org/~aar/Net-LDAP-Server-0.3/lib/Net/LDAP/Server.pm
Implementing your own "bind()" handler is very simple using this module.
HTH,
-Matt
On Thu, 2007-05-10 at 17:47 -0400, Joe Flowers wrote:
Thanks Gavin.
One current/relevant/important example:
The authentication from some of our important systems is moving toward
LDAP *only*.
The problem is that in many cases, to replace existing systems, I need
to be able to intercept username and password credentials from an LDAP
client, create the local or network account dynamically, perhaps perform
some other setup functions, and then return a value LDAP return to the
LDAP client that the authentication was successful.
I need a good snippet of LDAP server code to get me started, preferably
in C.
Thanks,
Joe
Gavin Henry wrote:
<quote who="Joe Flowers">
Sorry for the OpenLDAP noob question:
Analogous to the OpenSSL "minimal ssleay server" (minimal SSL server) at
/openssl-0.9.8e.tar/openssl-0.9.8e/demos/ssl/serv.cpp, is there a
"minimal" OpenLDAP server source code snippet as well?
Thank you!
What feature/s are you after?