--- lib/pf/Authentication/Source/LDAPSource.pm.ori      2013-06-26 19:17:23.426504436 +0200
+++ lib/pf/Authentication/Source/LDAPSource.pm  2013-06-27 17:04:27.632469585 +0200
@@ -178,7 +178,8 @@
   my $logger = Log::Log4perl->get_logger( __PACKAGE__ );

   # Connect
-  my $connection = Net::LDAP->new($self->{'host'});
+  my $connection = Net::LDAP->new($self->{'host'},
+               port => $self->{port});

   if (! defined($connection)) {
     $logger->info("Unable to establish LDAP connection.");