-
-
-
设置
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!
设置
注意:
您可以通过两种不同的管理控制台来管理您的 Citrix Virtual Apps and Desktops™ 部署:一种是基于 Web 的 Web Studio,另一种是基于 Windows 的 Citrix Studio。本篇文章仅详细介绍 Web Studio。如果您需要了解有关 Citrix Studio 的更多信息,请查阅 Citrix Virtual Apps and Desktops 7 2212 或更早版本中的相应文章。
您可以使用 Web Studio 管理以下设置:
管理身份验证
默认情况下,用户使用其域用户名和密码登录到 Web Studio。您还可以为用户选择其他身份验证方法,例如智能卡身份验证或集成 Windows 身份验证。
使用 Studio 进行管理
要为用户选择身份验证方法,请执行以下步骤:
-
登录到 Web Studio 并在左侧窗格中选择设置。
-
找到身份验证磁贴,然后单击编辑以选择一个选项:
- 域凭据
-
域凭据或集成 Windows 身份验证
启用集成 Windows 身份验证后,用户可以使用其 Windows 凭据 (Kerberos/NTLM) 或客户端证书访问 Web Studio。
当 Web Studio 和 Delivery Controller™ 安装在不同的计算机上时,要使集成 Windows 身份验证正常工作,请启用“允许跨源访问”并将 Web Studio 服务器的 URL 添加到允许列表中。
重要
当 Web Studio 被配置为 Delivery Controller 的代理时,集成 Windows 身份验证功能将无法正常工作。
- 智能卡身份验证
-
域凭据或智能卡身份验证
启用智能卡身份验证需要额外配置。有关详细信息,请参阅为 Web Studio 设置智能卡身份验证。
使用 PowerShell 脚本进行管理
身份验证方法在 Delivery Controller 数据库中配置。您可以使用以下 PowerShell 脚本设置身份验证方法:
-
通过在 Delivery Controller 上运行以下命令获取当前站点 ID:
Get-ConfigSite | Select SiteGuid -
通过运行以下脚本设置身份验证方法:
# Generate a new bearer token $bearerData = New-TrustBearerToken # Define the Delivery Controller DNS name and Site ID $ddc = "ddc.dc.com" # replace this with the Delivery Controller's DNS name $siteid = "c68a8f89-42af-4bea-a6e9-c8c936353f49" # replace this with the site ID you get from step #1 # Define the URL and headers $url = "https://$ddc/citrix/orchestration/api/CitrixOnPremises/Sites/$siteid/Settings" $headers = @{ "Content-Type" = "application/json" "Authorization" = "Bearer $($bearerData.Token)" } # Define the JSON body $body = @{ SupportedAuthenticators = "BasicAndSmartCard" # replace this with a required authentication method: "Basic" for "Domain credentials"; "BasicAndIntegratedWindowsAuthentication" for "Domain credentials or integrated Windows authentication"; "BasicAndSmartCard" for "Domain credentials or smart card authentication"; "SmartCard" for "Smart card authentication" } | ConvertTo-Json -Depth 10 # Send the PATCH request Invoke-RestMethod -Uri $url -Method Patch -Headers $headers -Body $body <!--NeedCopy-->
为集成 Windows 身份验证配置浏览器
如果您使用 域凭据或集成 Windows 身份验证 启用 集成 Windows 身份验证,则用户下次登录时将自动登录。作为用户,如果您无法自动登录,请按照以下步骤配置您的 Web 浏览器以允许集成 Windows 身份验证。
对于谷歌浏览器:
- 从“控制面板”中,选择“Internet 选项”。
- 选择“高级”选项卡。
- 选择“启用集成 Windows 身份验证”。
- 选择“安全”选项卡。
- 选择“本地 Intranet > 站点 > 高级”。
-
在“将此网站添加到区域”框中:
- 如果 Web Studio 和 Delivery Controller 位于同一服务器上,请键入运行 Web Studio 的主机的统一资源定位符。
- 否则,键入通配符域。示例:如果 Delivery Controller 位于
ddc.domain.com,则键入*.domain.com。
- 单击添加 > 关闭
对于火狐浏览器:
- 在浏览器中,在 URL 框中键入
about:config。 - 在搜索框中,键入
network negotiate。 - 对 network.negotiate-auth.trusted-uris 进行右键单击操作,然后从弹出的菜单中选择 修改 选项。
-
在输入字符串值框中:
- 如果 Web Studio 和 Delivery Controller 位于同一服务器上,请添加以逗号分隔的 URL 和/或别名列表,引用托管 Web Studio 的服务器名称。
- 否则,请以这种方式添加 URL。示例:如果 Delivery Controller 位于
ddc.domain.com,则键入*.domain.com。
配置浏览器后,您可以在登录页面上单击Windows 集成登录以重试。
当 Web Studio 和 Delivery Controller 安装在不同的计算机上时,为了使集成 Windows 身份验证正常工作,您需要启用允许跨域访问。
请按照以下步骤启用允许跨域访问:
- 选中允许跨域访问复选框。
- 将 Web Studio 服务器的 URL 添加到允许列表。
-
在输入 URL 字段中,输入 URL。如有必要,单击添加以添加更多。
注意
- URL 必须遵循正确的格式:
<scheme>://<hostname>。确保它不包含任何路径或尾随斜杠。 - 支持 IP 地址和 FQDN。添加 URL 时,请确保它与您访问 Web Studio 的方式相对应。例如,如果使用 IP 地址访问 Web Studio,请将基于 IP 地址的 URL 添加到列表中。
- 如果您使用非默认端口,请务必包含端口号。
- URL 必须遵循正确的格式:
- 单击 添加 以根据需要添加更多。
- 完成后,单击 完成 以保存并退出。
进行时区配置
要根据您的偏好自定义日期和时间格式,请按照以下步骤操作:
-
登录 Web Studio 并在左侧窗格中选择 设置。
-
找到 日期和时间 磁贴并单击 编辑 以配置以下选项:
-
时间格式:
- 选择使用 12 小时制(例如,晚上 09:00)或 24 小时制(例如,21:00)显示时间。
-
日期格式:
- 配置日期格式以符合您的偏好,例如 yyyy/MM/dd。
-
时区:
-
UTC: 在整个用户界面中以 UTC 格式显示日期和时间。将鼠标悬停在日期和时间上会以您的本地时区显示该信息。
-
本地时区: 在整个用户界面中以您的本地时区显示日期和时间。将鼠标悬停在日期和时间上会以 UTC 格式显示该信息。
-
-
注意:
这些设置特定于每个用户帐户。
启用 DNS 解析
要在 ICA® 文件中显示 DNS 名称而不是 IP 地址,请执行以下步骤:
- 登录 Web Studio 并在左侧窗格中选择设置。
- 启用启用 DNS 解析设置。
设置 Studio 控制台的非活动超时
您可以设置非活动持续时间,超过该持续时间后,管理员将自动从 Studio 控制台注销。
- 登录 Web Studio 并在左侧窗格中选择设置。
- 键入一个持续时间,范围为 10 分钟到 24 小时。
- 要应用此设置,请刷新页面或注销然后重新登录。
集中化站点管理
此功能允许您使用一个 Web Studio 控制台管理多个 Citrix Virtual Apps and Desktops 站点。有关详细信息,请参阅启用多站点管理。
共享
共享
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.