I wanted to reply you before but had forgotten what was the name of the package 
I had used  for the same..getting old age syndromes...:(

Now after some googling, I recollect it was  "jrun.security.NTAuth"

<cfscript>

objNTAuth = createObject("java", "jrun.security.NTAuth");

objNTAuth.init("Name_of_Domain");

objNTAuth.authenticateUser("userid","password");

 </cfscript> 

Some good link here..

http://www.easycfm.com/forums/viewmessages.cfm?Forum=31&Topic=4816


cheers!

-Sandy Vohra


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3064
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to