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!
非域加入型 VDA
设置概览
非域加入型 VDA 仅支持 Citrix DaaS。要在 Citrix DaaS 中创建非域加入型 VDA,您必须使用 Machine Creation Services™ (MCS)。具体步骤如下:
- 在模板 VM 上创建主映像,并在此 VM 上安装 VDA 程序包。您可以将单个映像用于创建域加入型和非域加入型 VDA。
- 使用主映像创建计算机目录。选择 MCS 作为计算机部署方法,然后选择非域加入型作为将在目录中创建的计算机的身份。
有关详细信息,请参阅使用 Machine Creation Services (MCS) 创建 Linux VM 和计算机身份。
非域加入型 VDA 可用的功能
在非域加入型 VDA 上使用指定属性创建本地用户
当您打开非域加入型 VDA 上托管的会话时,VDA 会自动创建具有默认属性的本地用户。VDA 会根据您用于登录 Citrix Workspace™ 应用程序的用户名来创建本地用户。您还可以指定用户属性,包括用户的用户标识符 (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 脚本:获取用户的 uid 和 gid # # 版权所有 (c) Citrix Systems, Inc. 保留所有权利。 # 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
共享
共享
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.