Hi
I've been looking at the documentation and googling like mad since
yesterday for this. I am very new to DNN so fully expect this is
something that has been covered plenty of times before - apologies in
advance then :)
What I'd like to do instead of forcing everyone in the domain to
register is perhaps set it to automatically pick up their DOMAIN
account when they arrive - though making them register wouldn't be a
terrible thing, but it should force their username to their domain
account name, or at least tie whatever name they enter up to the domain
one.
Group membership should preferably be related to AD groups as well, so
I can just grant permissions to certain DNN parts by picking an
existing domain group.
To see if I could set this up in a domain mode, I dropped my dnn database, and altered my web.config to:
<identity impersonate="true" />
<authentication mode="Windows">
</authentication>
Also changed the dnn site in IIS manager to disable anonymous
authentication, using integrated windows only and went to recreate my
database. It seems to have partially created the database, but failed
on a GetHostSettings eventually - weird as that SP was actually there
in the DB.
I can't think that what I'm attempting here is going to work, but I've
seen posts that suggest it is possible - but can't find any clear
direction on how to set it up so I'm just stabbing around in the dark a
bit.
Can anyone advice please?
Thanks in advance
AW