Loading lib/Service/LDAPConnectionService.php +8 −0 Original line number Original line Diff line number Diff line Loading @@ -93,4 +93,12 @@ class LDAPConnectionService { { ldap_close($conn); ldap_close($conn); } } public function getLDAPAccess() { if (!$this->access) { throw new Exception('Access not defined!'); } return $this->access; } } } Loading
lib/Service/LDAPConnectionService.php +8 −0 Original line number Original line Diff line number Diff line Loading @@ -93,4 +93,12 @@ class LDAPConnectionService { { ldap_close($conn); ldap_close($conn); } } public function getLDAPAccess() { if (!$this->access) { throw new Exception('Access not defined!'); } return $this->access; } } }