/[virtual-ldap]/bin/virtual-ldap.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

Annotation of /bin/virtual-ldap.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 95 - (hide annotations)
Tue May 18 21:36:48 2010 UTC (13 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 121 byte(s)
start this skeleton implementation on 3389

1 dpavlin 1 #!/usr/bin/perl
2    
3     use strict;
4     use warnings;
5    
6     use lib 'lib';
7 dpavlin 4 use LDAP::Virtual;
8 dpavlin 1
9 dpavlin 95 LDAP::Virtual->run({ port => 3389 });
10 dpavlin 1
11     1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26