Schlagwort-Archive: Authentifizierung

Windows 10 / Upgrade 1903 / Passthrough / Citrix

Problem: Nach einem Upgrade auf 1903 funktioniert die Passthrough-Authentifizierung des Citrix-Clients nicht mehr.

In den Serveroptionen kann man diese Art der Authentifizierung nicht mehr auswählen.

Lösung (bei mir):

Es fehlen Registry Keys für den “pnsson”-Dienst.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder]
“ProviderOrder”=”LanmanWorkstation,WebClient,RDPNP,PnSson”
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order]
“ProviderOrder”=”LanmanWorkstation,WebClient,RDPNP,PnSson”
[HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICA Client]
“SSPIEnabled”=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PnSson\NetworkProvider]
“Name”=”Citrix Single Sign On”
“Class”=dword:00000002
“ProviderPath”=”C:\Program Files (x86)\Citrix\ICA Client\x64\pnsson.dll”
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\PnSson\Enum]
“0”=”Root\LEGACY_PNSSON\0000″
“Count”=dword:00000001
“NextInstance”=dword:00000001