Many more fixes.. Trying to get all this work now..
[licom.git] / lib / LiCoM / Person.pm
index b5c2fdf..a5bf4e2 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 use warnings;
 
 use LiCoM::Config (qw(get_config));
+use LiCoM::Connection (qw($Ldap));
 
 use Net::LDAP;
 use Net::LDAP::Filter;
@@ -44,8 +45,6 @@ our %ExternalNames =
        password        => 'userPassword'
 );
 
-our $Ldap;
-
 return (1);
 
 =head1 STATIC FUNCTIONS