diff --git a/lam/lib/ldap.php b/lam/lib/ldap.php index f25cff54..dc4585ea 100644 --- a/lam/lib/ldap.php +++ b/lam/lib/ldap.php @@ -96,6 +96,8 @@ class Ldap{ echo _("Unable to connect to Server!"); exit; } + // return server handle + return $this->server; } // closes connection to server