I have an external database that uses windows authentication to login. I have added the Django remote user modules and also enabled windows authentication on IIS. However, when I run queries I get login failed for ACCOUNTS\{computer_name} where it should be logging in using my username.
How would it be possible to pass on the AUTH_USER or REMOTE_USER in the Django META for login?
I have an external database that uses windows authentication to login. I have added the Django remote user modules and also enabled windows authentication on IIS. However, when I run queries I get login failed for ACCOUNTS\{computer_name} where it should be logging in using my username. How would it be possible to pass on the AUTH_USER or REMOTE_USER in the Django META for login?