remote lockout что это
Land Rover Remote 4+
Подключитесь к своей машине
Land Rover
Разработано для iPhone
Снимки экрана (iPhone)
Описание
Приложение Land Rover Remote позволяет вам всегда оставаться на связи с вашим Land Rover, когда вы не находитесь в автомобиле, обеспечивая непревзойденно высокий уровень контроля над настройками безопасности и комфорта.
Расширенные функции приложения, улучшенная функциональность и интуитивно понятный интерфейс обеспечивают спокойствие, более эффективное планирование поездок и более высокий уровень комфорта для вас и ваших пассажиров.
Используйте приложение для удаленного выполнения следующих действий:
— подготовьтесь к поездке, проверив запас топлива и предупреждения на панели приборов
— найдите свой автомобиль на карте и постройте пешеходный маршрут к нему
— проверьте, открыты ли двери или окна
— просмотрите информацию о поездке
— в случае поломки отправьте запрос в оптимизированную службу помощи на дорогах Land Rover Assistance
— планируйте будущие поездки и синхронизируйте информацию о них с вашим автомобилем*
— подключите свои любимые музыкальные и иные привычные приложения к вашей учетной записи InControl для использования в автомобиле.*
Для автомобилей с системой InControl Remote Premium доступны следующие дополнительные функции:
— проверьте состояние охранной системы автомобиля и при необходимости выполните запирание/отпирание автомобиля
— охладите или прогрейте автомобиль до требуемой температуры перед поездкой*
— найдите свой автомобиль на заполненной парковке с помощью функции подачи звукового и светового сигнала.
*доступность и функции зависят от возможностей автомобиля, программного обеспечения и рынка сбыта.
Загрузите приложение Land Rover InControl Remote и войдите в систему, используя имя пользователя и пароль Land Rover InControl для подключения к автомобилю. Для работы данного приложения требуется подписка на один из следующих пакетов, установленных в автомобиле:
— InControl Protect
— InControl Remote
— InControl Remote Premium.
Для получения дополнительной информации, включая информацию о моделях, для которых доступно приложение Land Rover InControl, посетите веб-сайт www.landroverincontrol.com
Для получения технической поддержки посетите раздел «Владельцам» на веб-сайте www.landrover.com.
ВАЖНО: ДЛЯ ДОСТУПА К ВАШЕМУ АВТОМОБИЛЮ ИЛИ ЕГО ФУНКЦИЯМ МОЖНО ИСПОЛЬЗОВАТЬ ТОЛЬКО ОФИЦИАЛЬНЫЕ ПРИЛОЖЕНИЯ JAGUAR / LAND ROVER. Официальные приложения можно распознать по признаку «Jaguar Limited», «Land Rover», «JLR-Jaguar», «JLR-Land Rover» или «Jaguar Land Rover Limited». Компания Jaguar Land Rover Limited никоим образом не поддерживает неофициальные приложения. Мы не контролируем и не несем ответственности за них. Использование неофициальных приложений может повлечь угрозу безопасности или причинение иного вреда автомобилю и его функциям. Компания JLR не несет ответственности по гарантии на автомобиль или каким-либо иным образом за любые убытки или ущерб, причиненные вам в результате использования неофициальных приложений.
Примечание.
Продолжительное использование GPS в фоновом режиме может значительно сократить время службы аккумуляторной батареи.
Configure remote access client account lockout
This article describes how to configure the remote access client account lockout feature.
This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, see Windows registry information for advanced users.
Summary
Remote access clients include direct dial-in and virtual private network (VPN) clients.
You can use the remote access account lockout feature to specify the following setting:
How many times a remote access authentication has to fail against a valid user account before the user is denied access.
An attacker can try to access an organization through remote access by sending credentials (valid user name, guessed password) during the VPN connection authentication process. During a dictionary attack, the attacker sends hundreds or thousands of credentials. The attacker does so by using a list of passwords based on common words or phrases.
The advantage of activating account lockout is that brute force attacks, such as a dictionary attack, are unlikely to be successful. It’s because statistically at least, the account is locked out long before a randomly issued password is likely to be correct. An attacker can still create a denial of service condition that intentionally locks out user accounts.
Configure remote access client account lockout feature
The remote access account lockout feature is managed separately from the account lockout settings. The account lockout settings are maintained in Active Directory Users and Computers. Remote access lockout settings are controlled by manually editing the registry. These settings don’t distinguish between a legitimate user who mistypes a password and an attacker who tries to crack an account.
Remote access server administrators control two features of remote access lockout:
If you use Windows Authentication on the remote access server, configure the registry on the remote access server. If you use RADIUS for remote access authentication, configure the registry on the Internet Authentication Server (IAS).
Activate remote access client account lockout
If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
The failed attempts counter is periodically reset to zero (0). It’s automatically reset to zero after the reset time in the following situation:
An account is locked out after the maximum number of failed attempts.
To activate remote access client account lockout and reset time, follow these steps:
Select Start > Run, type regedit in the Open box, and then press ENTER.
Locate and then select the following registry key:
Double-click the MaxDenials value.
The default value is zero. It indicates that account lockout is turned off. Type the number of failed attempts before you want the account to be locked out.
Select OK.
Double-click the ResetTime (mins) value.
The default value is 0xb40 that is hexadecimal for 2,880 minutes (two days). Modify this value to meet your network security requirements.
Select OK.
Quit Registry Editor.
Manually unlock a remote access client
If the account is locked out, the user can try to log on again after the lockout timer has run out. Or, you can delete the DomainName:UserName value in the following registry key:
To manually unlock an account, follow these steps:
Select Start > Run, type regedit in the Open box, and then press ENTER.
Locate and then select the following registry key:
Find the Domain Name:User Name value, and then delete the entry.
Quit Registry Editor.
Test the account to confirm that it’s no longer locked out.
References
For more information about the remote access client lockout feature, see Account Lockout Policy.