Macromedia ColdFusion MX7 Login Wizard

Welcome to the Login Wizard

This wizard helps you control access to your existing applications. To secure access to an application’s folder, ColdFusion must be running and the active site must be configured properly.

Please specify the full path to the directory you want to secure. The path must also be in your current site.

Macromedia ColdFusion MX7 Login Wizard

Authentication Type

Select an authentication method:

Simple Authentication: Secure your application with a single username and password.

Windows NT Authentication: Secure your application using Windows NT usernames and passwords.

LDAP Authentication: Secure your application with usernames and passwords stored in an LDAP server.


Select a method for how users will authenticate:
Use a ColdFusion login page.
Use a popup dialog box.
Macromedia ColdFusion MX7 Login Wizard

Windows NT Domain Authentication

Enter a valid Windows NT domain for authenticating users:

Macromedia ColdFusion MX7 Login Wizard

LDAP Authentication

Enter the information required to connect to and query the LDAP server. Check with the LDAP server's administrator if you need this information.
     
Server Name: Server name or IP address
Port: Server connection port
Start String: The start string for the server (o=airius.com)
User Name: The username for the connection (cn=Directory Manager)
Password:  
     
Macromedia ColdFusion MX7 Login Wizard

LDAP Authentication Query String

For authentication to work correctly, enter the query string that the LDAP server requires for the user names. For example, if the LDAP server requires the string to be cn=jsmith,o=xyz.com, here you would add cn={username},o=xyz.com

Query String Format :

Macromedia ColdFusion MX7 Login Wizard

Simple Authentication

Create the user name and password to access this application.

User Name:
Password:
 
Macromedia ColdFusion MX7 Login Wizard

Wizard Complete

Authentication has been added to the application, but before users can be authenticated, the following files need to be put on the remote site:

Macromedia ColdFusion MX7 Login Wizard

Wizard Complete

You have successfully added authentication to your application.

The mm_wizard_application_include.cfm and Application.cfc files have been updated.