I am trying to configure NTLM authentication for an internal site running on Apache/Ubuntu Jammy. I was able to implement LDAP authentication. Still, I want to make the login/auth process smooth as the user is already logged into his work computer using their domain credentials.
I tried installing the Apache module via apt based on some older documentation I found via Google, but the packages are no longer available.
sudo apt install libapache2-mod-auth-ntlm
E: Unable to locate package libapache2-mod-auth-ntlm
Could you please suggest how I can implement NTLM authentication for my Apache proxy server, which is running on Debian-based Linux (Ubuntu)?