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?