Skip to content
Snippets Groups Projects
Commit df1a06d4 authored by David Surville's avatar David Surville
Browse files

Ajout du port Ldap dans les options à transmettre

parent 2e1d8c89
No related branches found
No related tags found
No related merge requests found
......@@ -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(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment