Adobe COLDFUSION 9 Manual page 368

Developing applications
Hide thumbs Also See for COLDFUSION 9:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
Developing CFML Applications
</cfoutput>
<cfabort>
<cfelse>
<cfoutput>
</cfoutput>
<cfabort>
</cfif>
</cfcatch>
</cftry>
<!--- If the LDAP query returned a record, the user is valid. --->
<cfif auth.recordcount>
<cfloginuser name="#cflogin.name#" password="#cflogin.password#"
roles="#valueList(auth.cn)#">
</cfif>
</cfif>
</cflogin>
Reviewing the code
The following table describes the code and its function. Comments and some tab characters have been removed for
brevity.
#cflogin.name#")</script>
<script>alert("Unknown error for user: #cflogin.name#
#cfcatch.detail#")</script>
Last updated 8/5/2010
363

Advertisement

Table of Contents
loading

Table of Contents