Adldap\Auth\GuardInterface::bind PHP Method

bind() public method

Binds to the current connection using the inserted credentials.
public bind ( string $username, string $password, string $prefix = null, string $suffix = null )
$username string
$password string
$prefix string
$suffix string
    public function bind($username, $password, $prefix = null, $suffix = null);