remove clever e-mail selection and use primary one
[virtual-ldap] / bin / virtual-ldap.pl
index d7dc738..adffc03 100755 (executable)
@@ -4,8 +4,8 @@ use strict;
 use warnings;
 
 use lib 'lib';
-use VLDAP::Server;
+use LDAP::Virtual;
 
-VLDAP::Server->run({ port => 1389 });
+LDAP::Virtual->run({ port => 3389 });
 
 1;