-
Hi everyone, I'm currently deploying Teleport Community Edition (v17.4.8) using Docker Compose, and I'm trying to enable NLA (Network Level Authentication) for RDP connections to Windows hosts in an Active Directory domain. I’ve added the following environment variable in my docker-compose.yml:
The container starts without any error, but when I try to connect to a Windows host with NLA enabled, I get this error:
And in the Teleport logs, I still see:
I also tried adding nla: true in the teleport.yaml file, but it fails to parse with:
Is NLA support fully functional in the Community Edition? Thanks in advance for your help Valentin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to set the environment variable to
|
Beta Was this translation helpful? Give feedback.
You need to set the environment variable to
yes
, not1
:https://goteleport.com/docs/enroll-resources/desktop-access/active-directory/#network-level-authentication-nla