Browse Source

added function which returns the LDAP connection handle

master
Roland Gruber 20 years ago
parent
commit
c0227e9aa2
  1. 5
      lam/lib/ldap.php

5
lam/lib/ldap.php

@ -103,6 +103,11 @@ class Ldap{
ldap_close($this->server);
}
// returns the LDAP connection handle
function server() {
return $this->server;
}
}

Loading…
Cancel
Save