using domain groups with forms security

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

does anybody know how to use active directory groups with forms security? i
found a method (in a advapi32.dll) but it only uses a username and a password
from AD so the user has to be in a admin group. i wanna make a separate group
in AD for the users of my web app and have the web app validate them against
that group.

thanx in advance
 
does anybody know how to use active directory groups with forms security? i
found a method (in a advapi32.dll) but it only uses a username and a password
from AD so the user has to be in a admin group. i wanna make a separate group
in AD for the users of my web app and have the web app validate them against
that group.

thanx in advance

What about Windows authentication?

<authentication mode = "Windows" />
 
Back
Top