To authenticate your users against Active Directory, you just have to disable "Anonymous" access on the web server, and all users on the intranet will be authenticated in the background for you, no need to use any tags or other authentication. Also when disabling anonymous access you will be presented with a cgi variable auth_user, i.e. cgi.auth_user which will contain the domain and username of the user authenticated against your AD.
Once again, no need to authenticate your users, if they are a member of the domain and on your intranet they will be authenticated in the background once you disable Anonymous access.
You use CFLDAP to query the LDAP directory not to authenicate against it, i.e. search for a user or find attributes for the logged in user..
HOpe that helps.
I would direct you to an article I wrote about this but my ISP is down and so is my website ;_((
Main Topics
Browse All Topics





by: hartPosted on 2004-03-17 at 23:01:13ID: 10621584
try this link out may be it could help u scussions/ DisplayThr ead.cfm? Th readID=710
http://www.defusion.com/di
Reagards
Hart