I am developing an intranet site in a Windows Server managed environment. The goal is to have a site that 95% of the people can read only, 4% can read and modify, and 1% administer.
Ideally my managers want a "single sign-on" solution for our entire intranet. They do not want users to have to re-enter authentication beyond when they first log into a computer.
So what I need is code that will determine the username of the user logged into a PC, then hit our LDAP to see which group that user is in, to then display the correct options for that user (i.e. "add article" link, etc).
This application is written in VB.NET 2005
Any help would be greatly appreciated.
Start Free Trial