I'm having trouble with role syncronization. I understand that the roles currently sync only upon the first time a user logs on and the user account is created. Any help/input is greatly appreciated. Also, this is definitely not a demand...I found DNN about a week ago and am implementing it for my company's intranet so that I can spend some of my development time on another website redesign. So far, I am loving DNN. Anyway, here's a quick rundown of my settings.
DNN 3.2.2 on Win 2K3 server with IIS 6.0 and ASP.NET 1.1
Admin > Authentication settings
WinAuth and SyncRole both checked
Defaults and blanks for everything else
All LDAP checks are sucessful...both domains on my network show properly
Admin > User Accounts
None except for the admin account. I've successfully authenticated with my network account, but haven't been successful in getting the roles to sync, so I just delete my account and try again with new settings.
Admin > Security Roles
The default roles
Two other roles to match an AD security group - names are in this format Doman\Groupname and Groupname. Neither is set up to be public and neither is set up to automatically assign.
Web.config
Using forms authentication
Login page has annonymous access unchecked.
I've tried several different naming conventions on the security roles. After deleting my network account from DNN's user account page, I log off from the DNN admin account. Then I close all browsers...clear all caches...and load the homepage. The DNN site authenticates me properly...creates a new DNN account for my network user info...logs me in. I then log out of my network account and log back in as admin. Going to admin>user accounts, I see my newly created account with Domain\Username in the user list. However, when I go to edit that new user account's roles, the DNN role has not been sync'ed with the AD role.
Once again, any input is appreciated.
Thanks!