[before you flame, yes, I've done pretty extensive searching on the topic!]
The overall goal here is to restrict access to certain resources on our intranet website based on the groups to which a user belongs in a windows active directory domain.
From what I can tell, LDAP would be the best way to do it, and I don't see any problems there. Seems pretty straight forward: connect, bind, execute something, disconnect.
What I want to know is if there is anyway to performan transparent authentication, so it will use the current users login credentials to authenticate against the active directory domain. Or should I use NTLM authentication as opposed to authenticating via LDAP queries.
I'm trying to avoid users having to log in twice ... they have enough trouble logging in once, trust me 😃