MD5-Challenge Protocol on Windows 10 for Dot1x Authentication

Поделиться
HTML-код
  • Опубликовано: 9 окт 2021
  • mynetworktraining.com/p/dot1x... - In this video, I am going to show you how you can enable MD5-Challenge protocol on Windows 10 for Dot1x Authentication.
    Here are the steps to follow:
    Go to run type regedit, inside that go the below location.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\PPP\EAP
    Create a new key value 4.
    Create the 5 values as mentioned below.
    Value name: RolesSupported
    Value type: REG_DWORD
    Value data: 0000000a
    Value name: FriendlyName
    Value type: REG_SZ
    Value data: MD5-Challenge
    Value name: Path
    Value type: REG_EXPAND_SZ
    Value data: %SystemRoot%\System32\Raschap.dll
    Value name: InvokeUsernameDialog
    Value type: REG_DWORD
    Value data: 00000001
    Value name: InvokePasswordDialog
    Value type: REG_DWORD
    Value data: 00000001
    After creating the above entry go to run -type services. In services look for Wired Auto Config. Start the service or restart it if it is already started.

Комментарии •