added function which returns the LDAP connection handle
This commit is contained in:
parent
528ed188b6
commit
c0227e9aa2
|
@ -103,6 +103,11 @@ class Ldap{
|
||||||
ldap_close($this->server);
|
ldap_close($this->server);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// returns the LDAP connection handle
|
||||||
|
function server() {
|
||||||
|
return $this->server;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue