Commit df1a06d4 authored by David Surville's avatar David Surville
Browse files

Ajout du port Ldap dans les options à transmettre

parent 2e1d8c89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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(),