Iv been fighter with this AD login and been debugging trough the source. Iv tried many of the good examples but havnt found a solution.
It seems the auth windows with AD ends up in a loop if a new domain user tries to logon. Walking trough the debug, i see that it first recon that its windows auth login, then using AD bt at the user doesnt exist in the database it returns to the defaultpage and starts all over again. If the user exist the default install of DNN actually work fine.
Now, anyone else with this problem? Or with a solution how to autocreate the users first time they logon.
Iv tried the files from http://dnn.gmss.org/ but i cant get those to work eighter, i run into same loop.