You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: