This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
非 SSO 身份验证
本文提供有关如何在 Linux VDA 上启用非 SSO 身份验证的指导。
概述
默认情况下,Linux VDA 已启用单点登录 (SSO)。用户使用一组凭据登录到 Citrix Workspace™ app 和 VDA 会话。
要让用户使用不同的凭据集登录到 VDA 会话,请在 Linux VDA 上禁用 SSO。下表列出了非 SSO 方案中支持的用户身份验证方法组合。
| Citrix Workspace app | VDA 会话 |
|---|---|
| 用户名 | 用户名 |
| 智能卡 | 用户名 |
| 用户名 | 智能卡 |
| FAS | 用户名 |
| FAS | 智能卡 |
禁用 SSO
- 在 Linux VDA 上运行以下命令:
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\WinStations\tcp" -t "REG_DWORD" -v "fPromptForDifferentUser" -d "0x00000001" --force
<!--NeedCopy-->
-
自定义登录屏幕
-
Linux VDA 允许您控制用户在不使用 SSO 时如何登录。您可以通过选择要显示的身份验证方法来自定义登录体验。以前,非 SSO 登录屏幕始终在下拉列表中同时显示密码和智能卡身份验证。现在,您可以将 Linux VDA 配置为提供:
- 仅密码身份验证
- 仅智能卡身份验证
- 密码和智能卡身份验证的组合,其中任一选项默认显示
您可以通过调整 VDA 上的以下注册表设置来自定义登录方法:
System\CurrentControlSet\Control\Citrix\login\NSSOLogonType
NSSOLogonType 注册表项值控制 Linux VDA 登录屏幕上为非 SSO 用户显示的登录方法:
- 1:仅智能卡身份验证。用户必须使用其智能卡登录。
- 2:密码和智能卡身份验证的组合,其中密码身份验证默认显示
- 3:密码和智能卡身份验证的组合,其中智能卡身份验证默认显示。
- 任何其他值:仅密码身份验证。用户使用其用户名和密码登录。
要验证您是否已在 Linux VDA 上正确配置可自定义的登录功能,请执行以下步骤:
-
使用以下命令在 VDA 上启用非 SSO:
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\WinStations\tcp" -t "REG_DWORD" -v "fPromptForDifferentUser" -d "0x00000001" --force <!--NeedCopy--> -
使用与 VDA 上的以下命令类似的命令更改默认登录类型:
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\login" -t "REG_DWORD" -v "NSSOLogonType" -d "0x00000001" --force <!--NeedCopy-->如前所述,将
NSSOLogonType注册表项值设置为1会将 Linux VDA 配置为仅在登录屏幕上显示智能卡身份验证选项。 -
检查登录屏幕以验证下拉列表是否仅显示您配置的智能卡身份验证。
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.