Nenad - Great reply... you helped me fix the same problem - I hope it helps vveena.
On another note, I'm having problems getting the roles to sync up with our AD groups. (note: I'm new to AD and am slowly figuring out DNN, so excuse my potential misuse of terminology)
My account in AD belongs to 4 groups:
Domain Users
Uploaders
Webmail Users
MIS Department
I've copied our list of groups into the roles table and everything seems OK there.
When I sign in to DNN for the first time, the Authentication module successfully authenticates my AD account and password and then creates a new DNN user account, but only assigns me to 3 of the 4 roles I need:
Domain Users
Uploaders
Webmail Users
For some reason it is not assigning me to MIS Deparment (my primary group). For those of you who better understand AD and this module, this may be a clue why (maybe not). When I query my AD account with an adhoc app, I get this:
memberof: CN=Webmail Users,CN=Users,DC=Ervin,DC=Corp,DC=local
adspath: LDAP://eccdc1/CN=John Garrard,OU=MIS,DC=Ervin,DC=Corp,DC=local
So MIS is missing from "memberof" and is listed as my OU (organizational unit?).
Does Authentication not handle this? or am I doing something wrong.
Thanks in advance for any replies!
John