Logging into CF App with NT Username and password

2004-10-04 Thread Peterson, Andrew S.
Sorry in advance - I'm a bit confused here. I am creating an intranet app and would like to make the log in process as simple for the user as possible by having them log in with their Windows username and password. I am looking for a solution that will provide for: 1. The user logging in with

RE: Logging into CF App with NT Username and password

2004-10-04 Thread Ian Skinner
We use the NT security CFC from Macromedia. http://www.macromedia.com/devnet/mx/coldfusion/articles/ntdomain.html [Article] http://download.macromedia.com/pub/devnet/downloads/ntsecurity.zip [ntsecurity.cfc] -- Ian Skinner Web Programmer BloodSource

RE: Logging into CF App with NT Username and password

2004-10-04 Thread Dawson, Michael
Create an HTML form with username and password fields.Submit the form to an action page.The action page will use CFLDAP query and passes the form.username and form.password values to the CFLDAP USERNAME and PASSWORD attributes.Also use ATTRIBUTES=dn, memberOf (or other LDAP attributes) to retrieve