Installation guide
Table Of Contents
- Gateway Customization Guide
- Contents
- Preface
- Introduction
- Setting Up the Gateway
- Gateway Installation Planning
- HTTP Server Configuration
- Creating a New Gateway Instance
- Gateway .conf File Configuration
- Configuring Gateway Clients
- Gateway Localization
- File Controlling Gateway Functionality
- Editing Entry Types
- Search Attributes, Filters, and Results
- Customizing Graphics and Color
- Parameters Defined in the .conf File
- Gateway Directives
- Introduction
- Context-Related Directives
- Entry-Related Directives
- DS_ENTRYBEGIN
- DS_ENTRYEND
- DS_ATTRIBUTE
- DS_OBJECTCLASS
- DS_VIEW_SWITCHER
- DS_SORTENTRIES
- DS_SEARCHDESC
- DS_POSTEDVALUE
- DS_EDITBUTTON
- DS_DELETEBUTTON
- DS_SAVEBUTTON
- DS_EDITASBUTTON
- DS_NEWPASSWORD
- DS_CONFIRM_NEWPASSWORD
- DS_OLDPASSWORD
- DS_HELPBUTTON
- DS_CLOSEBUTTON
- DS_BEGIN_ENTRYFORM
- DS_END_ENTRYFORM
- DS_EMIT_BASE_HREF
- DS_DNEDITBUTTON
- DS_BEGIN_DNSEARCHFORM
- DS_ATTRVAL_SET
- IF/ ELSE/ ELIF/ ENDIF
- Miscellaneous Directives
- CGI Usage
- Index
- List of Tables

Gateway .conf Files
50 Red Hat Directory Server Gateway Customization Guide • April 2005
Files that control gateway functionality are described in Table 4-1.
Gateway .conf Files
A gateway’s configuration file (.conf file) describes an instance of the gateway. The file
controls the host, port, root suffix, and Directory Manager when communicating with the
Directory Server. The file also controls:
Table 4-1 Gateway File Types and Locations
Files Function Location
Gateway .conf
files
Define basic configuration
parameters for the gateway
and specify the HTML and
template directory. (See
“Gateway .conf Files” on
page 51.)
serverRoot/clients/dsgw/context
Gateway search
configuration files
Define how the gateway
performs searches in the
Directory. (See “Gateway
Search Configuration Files”
on page 51.)
serverRoot/clients/dsgw/config
Object class
templates
Define object classes and
attributes for entry types.
(See “Object Class
Templates” on page 52.)
serverRoot/clients/dsgw/config
Gateway script files Contain scripts used to
communicate instructions to
the
Directory Server over
HTTP. (See “Gateway
Script Files” on page 53.)
serverRoot/clients/dsgw/config
Gateway search
result templates
Define the filters used to
display search results to the
user. (See “Gateway Search
Result Templates” on
page 53.)
serverRoot/clients/dsgw/config
Banner files Define appearance of
colors, background,
graphics on gateway forms.
(See “Banner Files” on
page 54.)
serverRoot/clients/dsgw/html