I am working on a PHP application that uses Active Directory for authentication. I am trying to use the Windows Subsystem for Linux (WSL) to do development. When you start WSL, you create a local user with a different password. I am trying to figure out how to use AD instead. I found one question (https://superuser.com/questions/1248278/wsl-and-ad-domain-account), but the only response was a comment that doesn't quite connect the dots for me. It mentions configuring a IdM provider, but it isn't clear to me how this is done in WSL.
Does anyone know how I can use Active Directory for users/logins in the WSL?