diff --git a/lam/lib/ldap.php b/lam/lib/ldap.php index 55b72454..f25cff54 100644 --- a/lam/lib/ldap.php +++ b/lam/lib/ldap.php @@ -103,6 +103,11 @@ class Ldap{ ldap_close($this->server); } + // returns the LDAP connection handle + function server() { + return $this->server; + } + }