From: Hans K. <han...@bi...> - 2002-05-22 07:12:06
|
Ls, sometime ago someone asked if it was possible to write a ldap server in perl.. I've written a Net::LDAP::Daemon package that handles the protocol part of an LDAP server (in a rather simple way). You are able to specify a package (using dispatch_to) that should do the real work (e.g. searching a database or updating entries). Daemon.pm is the actual package, ldapdaemon.pl is a sample server and LdapDemoServer.pm is a sample query handler. Enjoy, Hans |