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!
Non-SSO authentication
This article provides guidance on how to enable non-SSO authentication on the Linux VDA.
Overview
By default, the Linux VDA has single sign-on (SSO) enabled. Users log on to Citrix Workspace app and to VDA sessions using one set of credentials.
To have users log on to VDA sessions using a different set of credentials, disable SSO on the Linux VDA. The following table lists combinations of user authentication methods supported in non-SSO scenarios.
Citrix Workspace app | VDA session |
---|---|
user name | user name |
smart card | user name |
user name | smart card |
FAS | user name |
FAS | smart card |
Disable SSO
Run the following command on your 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-->
Customize login screen
The Linux VDA gives you control over how users log in when not using SSO. You can customize the login experience by choosing which authentication methods are displayed. Previously, the non-SSO login screen always showed both password and smart card authentication in a drop-down list. Now, you can configure the Linux VDA to offer:
- Password authentication only
- Smart card authentication only
- Combination of password and smart card authentication, with either option presented by default
You can customize the login method by adjusting the following registry setting on the VDA:
System\CurrentControlSet\Control\Citrix\login\NSSOLogonType
The NSSOLogonType
registry key value controls which login methods are displayed on the Linux VDA login screen for Non-SSO users:
- 1: Smart card authentication only. Users are required to log in with their smart card.
- 2: Combination of password and smart card authentication, with password authentication presented by default
- 3: Combination of password and smart card authentication, with smart card authentication presented by default.
- Any other value: Password authentication only. Users log in with their user name and password.
To verify that you’ve correctly configured the customizable login feature on your Linux VDA, follow these steps:
-
Enable Non-SSO on the VDA using the following command:
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\WinStations\tcp" -t "REG_DWORD" -v "fPromptForDifferentUser" -d "0x00000001" --force <!--NeedCopy-->
-
Change the default login type using a command similar to the following on the VDA:
/opt/Citrix/VDA/bin/ctxreg create -k "HKLM\System\CurrentControlSet\Control\Citrix\login" -t "REG_DWORD" -v "NSSOLogonType" -d "0x00000001" --force <!--NeedCopy-->
As described earlier, setting the
NSSOLogonType
registry key value to1
configures the Linux VDA to display only the smart card authentication option on the login screen. -
Check the login screen to verify that the drop-down list displays only the smart card authentication you configured.
Share
Share
In this article
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.