Hi folks,
IN ASP.net you can authenticate using forms or windows. Here is was I'm trying to do. I have half my users in a UNIX system and the other half are in windows 2003 active directory.
I have a script that checks the UNIX people just fine.
But for the windows users I would like to use roles (groups) to select who is in what group(role) on the sever.
The asp.net seems to use fine if your only use windows authentication.
What would be the best way to check those roles.
IN ASP.net you can authenticate using forms or windows. Here is was I'm trying to do. I have half my users in a UNIX system and the other half are in windows 2003 active directory.
I have a script that checks the UNIX people just fine.
But for the windows users I would like to use roles (groups) to select who is in what group(role) on the sever.
The asp.net seems to use fine if your only use windows authentication.
What would be the best way to check those roles.