I've successfully gotten authentication to work on my web application using LDAP. So nothing is technically wrong with my login.
What I'm having trouble with is once I have verified that a user is in active directory, I need to check a database to see if they have an account in it and/or if they are marked active or not. Then I need to store some basic information (username and id) that will be used on other pages to query my database and return information about the user.
This is all on an intranet site so unfortunately I can not post a link to the site here.
Thanks for any help.