Hi,
I am developing a company intranet. For that reason the following are true:
- All users will be authenticated domain users
- All users are permitted to view the website
I have got AD working to some extent through forms authentication, but when I switch to windows authentication only users who are already in the DNN users database can access the site (even though these users appear in AD) - Users who are not already in the DNN DB are not automatically added to DB.
Is this by design or is there anything I can do to make sure that new users are automatically added to the users table.
P.S. - I know I could use forms auth with the authentication HTTP module added, but this would not allow AD groups to be kept in sync.
Thanks
Matt