Creating An Advanced Security Framework; Implementation Summary - MACROMEDIA COLDFUSION 5-ADVANCED ADMINISTRATION Manual

Table of Contents

Advertisement

88

Creating an Advanced Security Framework

No matter which Advanced Security feature you choose to implement—user security,
RDS security, a security sandbox, or administrator security—you'll follow the same
basic steps for creating the framework:
1
2
3
4
The rest of this chapter teaches you how to configure Advanced security on the
ColdFusion server.

Implementation summary

The details of your ColdFusion Server Advanced Security implementation depend
largely on your platform and how you decide to store security policy information.
Security policy information can be stored in one of three ways:
Once you have decided on a method of storing security policy information, the
implementation details are essentially the same regardless of platform and storage
type. ColdFusion Advanced Security is implemented by defining the following
elements in order:
1
2
3
4
5
Set up the security server. See "Setting Up a Security Server" on page 89 for more
information.
Set up user directories to authenticate against an NT domain, an LDAP directory,
or an ODBC data source. See "Defining User Directories" on page 92 for more
information.
Create a security context for the application. See "Defining a Security Context" on
page 95 for more information.
Specify rules and policies to protect resources with authorized users and groups.
See "Specifying Resources to Protect" on page 96 for more information.
Using the Access database file supplied by default with ColdFusion Server
(Windows only)
Using the ODBC data source of your choice
Using an LDAP directory server. LDAP is the only option on UNIX.
A security server.
A user directory, in the form of an NT domain, an LDAP directory, or an ODBC
data source.
A security context, with specific resource types to protect.
Specific ColdFusion rules to protect resources of a type suppported by the
security context.
Policies that bind users and groups to rules for a security context.
Chapter 5 Configuring Advanced Security

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5-ADVANCED ADMINISTRATION and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 5

Table of Contents