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 上的装载点出现故障的情况下,可以指定临时主目录。如果指定了临时主目录,则将在会话登录期间装载点失败时显示一条提示。用户数据之后将存储在临时主目录下。
下表介绍了有助于设置您的主目录的注册表项。
注册表项 | 说明 | 命令 |
---|---|---|
LogNoHome |
控制用户是否可以在没有主目录的情况下登录会话。默认值为 1,表示是。如果将该值设置为 0,则将禁用不适用主目录的会话登录。 | create -k "HKLM\System\CurrentControlSet\Control\Citrix" -t "REG_DWORD" -v "LogNoHome" -d "0x00000001" --force |
HomeMountPoint |
在 Linux VDA 上设置本地装载点。例如,如果 /mnt/home 是装载点,则用户的主目录为 /mnt/home/domain/<user_name> 。确保装载点与您的环境中的用户主目录相同。 |
create -k "HKLM\System\CurrentControlSet\Control\Citrix" -t "REG_SZ" -v "HomeMountPoint" -d "<A directory where the NFS share is to be mounted>" --force |
TempHomeDirectoryPath |
在 Linux VDA 上设置临时主目录,以防装载点出现故障。默认值为 /tmp 。注册表项取决于 HomeMountPoint 。仅当系统检测到装载点不可用时才会生效。用户的临时主目录为 /tmp/domain/user_id 。 |
create -k "HKLM\System\CurrentControlSet\Control\Citrix" -t "REG_SZ" -v "TempHomeDirectoryPath" -d "</tmp by default>" --force |
RemoveHomeOnLogoff |
控制是否在用户注销时删除临时主目录。1 表示是。0 表示否。 | create -k "HKLM\System\CurrentControlSet\Control\Citrix" -t "REG_DWORD" -v "RemoveHomeOnLogoff" -d "0x00000000" --force |
共享
共享
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.