/[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 4 - (hide annotations)
Sat Mar 14 14:47:54 2009 UTC (15 years ago) by dpavlin
File MIME type: text/plain
File size: 121 byte(s)
rename to LDAP::Virtual

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 4 LDAP::Virtual->run({ port => 1389 });
10 dpavlin 1
11     1;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26