-
-
未加入域的 VDA
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!
非域加入的 Linux VDA
概述
非域加入的 VDA 消除了将 VDA 加入 Active Directory 域以进行 VDA 和用户身份验证的需要。创建非域加入的 VDA 时,您会生成一对公钥-私钥,用于将 VDA 注册到云控制平面。因此,不再需要加入 Active Directory 域。当用户从非域加入的 VDA 启动会话时,VDA 会使用用户登录 Citrix Workspace app 时所用的用户名创建一个本地映射帐户。VDA 会分配一个随机密码,本地映射帐户使用该密码进行 SSO 和会话重新连接。如果您更改随机密码,SSO 和会话重新连接将失败。要禁用 SSO,请参阅非 SSO 身份验证。
重要:
- 非域加入的 VDA 支持 Citrix DaaS。
- 您的控制平面必须通过 Citrix DaaS 部署。
- 您可以在公有云或本地数据中心部署非域加入的 VDA。Citrix DaaS 中的控制平面管理非域加入的 VDA。
- 要创建非域加入的 VDA,您必须启用 Rendezvous V2。仅当您计划在本地管理程序上预配计算机或希望在 Workspace 中使用 Active Directory 作为身份提供程序时,才需要 Cloud Connector。
- 要创建非域加入的 VDA,您可以使用 Machine Creation Services (MCS) 和简易安装。有关详细信息,请参阅使用 MCS 创建非域加入的 Linux VDA 和使用简易安装创建非域加入的 Linux VDA。
- MCS 不支持裸机服务器。
非域加入的 Linux VDA 可用的功能
在非域加入的 VDA 上创建具有指定属性的本地用户
当您打开非域加入的 VDA 上托管的会话时,VDA 会自动创建一个具有默认属性的本地用户。VDA 根据您用于登录 Citrix Workspace™ app 的用户名创建本地用户。您还可以指定用户属性,包括用户的用户标识符 (UID)、组 ID (GID)、主目录和登录 shell。要使用此功能,请完成以下步骤:
-
运行以下命令以启用此功能:
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\Software\Citrix\VirtualDesktopAgent\LocalMappedAccount" -t "REG_DWORD" -v "CreateWithUidGid" -d "0x00000001" --force <!--NeedCopy--> -
在 VDA 安装路径下的
/var/xdl/getuidgid.sh脚本中指定以下属性:属性 必需或可选 描述 uid必需 用户标识符 (UID) 是 Linux 分配给系统中每个用户的数字。它决定了用户可以访问哪些系统资源。 gid必需 组标识符 (GID) 是用于表示特定组的数字。 homedir可选 Linux 主目录是特定用户的主目录。 shell可选 登录 shell 是用户登录其用户帐户时获得的 shell。 以下是
getuidgid.sh脚本的示例:注意:
确保脚本中指定的属性有效。
#!/bin/bash ############################################################################### # # Citrix Virtual Apps™ & Desktops For Linux Script: Get uid and gid for the user # # Copyright (c) Citrix Systems, Inc. All Rights Reserved. # export LC_ALL="en_US.UTF-8" function get_uid_gid_for_user() { echo "uid:12345" echo "gid:1003" echo "homedir:/home/$1" echo "shell:/bin/sh" } get_uid_gid_for_user $1 <!--NeedCopy-->
非 SSO 身份验证
默认情况下,Linux VDA 已启用单点登录 (SSO)。用户使用一组凭据登录 Citrix Workspace app 和 VDA 会话。 要让用户使用不同的凭据登录 VDA 会话,请在 Linux VDA 上禁用 SSO。有关详细信息,请参阅非 SSO 身份验证。
使用 Azure Active Directory 进行身份验证
您在 Azure 中部署的非域加入的 VDA 与 AAD 身份服务集成,以提供用户身份验证。有关详细信息,请参阅使用 Azure Active Directory 进行身份验证。
Rendezvous V2
非域加入的 VDA 支持使用 Rendezvous V2 以绕过 Citrix Cloud Connector。有关详细信息,请参阅 Rendezvous V2。
共享
共享
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.