Hi Tam,
Role synchronization with AD does not work for me. Although I found the stem of the problem, I'm unable to solve it.
Consider creating a webform in the DNN directory and having the following code in it:
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Response.Write("IsInRole = " & Context.User.IsInRole("DOMAIN\GOUP1") & "<br>")
End Sub
Although my AD login ID belongs to AD group DOMAIN\GROUP1, the result is False. However, if I place this webform in a non DNN folder, the output is True. By the way, I have setup DNN 4.3.5 to recognise my login ID, and to sync the roles, however, it still not sync'ing any role, although it recognises my AD login ID.
Your advise is highly appreciated Tam.
Thanks in advance,
Ali.