mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
LdapConnection: Remove deprecated method connect()
This commit is contained in:
parent
b47298fffe
commit
bba77b52e7
@ -321,18 +321,6 @@ class LdapConnection implements Selectable, Inspectable
|
|||||||
return $this->encrypted;
|
return $this->encrypted;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Establish a connection
|
|
||||||
*
|
|
||||||
* @throws LdapException In case the connection could not be established
|
|
||||||
*
|
|
||||||
* @deprecated The connection is established lazily now
|
|
||||||
*/
|
|
||||||
public function connect()
|
|
||||||
{
|
|
||||||
$this->getConnection();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform a LDAP bind on the current connection
|
* Perform a LDAP bind on the current connection
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user