mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
connect() returns server handle
This commit is contained in:
parent
bf8cc3b615
commit
ef13f1f067
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ class Ldap{
|
|||
echo _("Unable to connect to Server!");
|
||||
exit;
|
||||
}
|
||||
// return server handle
|
||||
return $this->server;
|
||||
}
|
||||
|
||||
// closes connection to server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue