X-Git-Url: https://git.octo.it/?p=licom.git;a=blobdiff_plain;f=lib%2FLiCoM%2FPerson.pm;h=a5bf4e2e4c37b8bcae0ca2b6069145be039a07c9;hp=b5c2fdfc58fe5cc1f08e6995c59b1fcddefca125;hb=328bdcb841ecaa72c69379e6ccd7165f44e7c2e4;hpb=58514068dafe37b69bca7d34e5d4bc2e6e234c9a diff --git a/lib/LiCoM/Person.pm b/lib/LiCoM/Person.pm index b5c2fdf..a5bf4e2 100644 --- a/lib/LiCoM/Person.pm +++ b/lib/LiCoM/Person.pm @@ -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