/[A3C]/bin/ldap-server.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /bin/ldap-server.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 229 - (show annotations)
Fri Jun 27 19:31:49 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 254 byte(s)
A3C::LDAP::Server now function as full-featured LDAP relay server

- move code from bin/ldap-server.pl to A3C::LDAP::Server
- save cache of ldap searches (currently for debugging only,
  but I can envision falling back to cache if upstream
  server is unavailable)
- added ability to fork server in background (used in tests)
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 #use Jifty;
7 #BEGIN { Jifty->new; };
8 #Jifty->web->request(Jifty::Request->new);
9 #Jifty->web->response(Jifty::Response->new);
10
11 use lib 'lib';
12 use A3C::LDAP::Server;
13
14 A3C::LDAP::Server->run({ port => 1389 });
15
16 1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26