diff --git a/src/UnicaenLdap/Options/ModuleOptions.php b/src/UnicaenLdap/Options/ModuleOptions.php
index d1d29c7cd62b4cdcfcaa3075cc44ae73b42e5652..652e0b3ff18c7fdfe688cf4dc1c698503bceae74 100644
--- a/src/UnicaenLdap/Options/ModuleOptions.php
+++ b/src/UnicaenLdap/Options/ModuleOptions.php
@@ -258,6 +258,7 @@ class ModuleOptions extends AbstractOptions
     {
         return array(
             'host'              => $this->getHost(),
+	    'port'		=> $this->getPort(),
             'username'          => $this->getUsername(),
             'password'          => $this->getPassword(),
             'bindRequiresDn'    => $this->getBindRequiresDn(),