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

gwnametrans
96 Red Hat Directory Server Gateway Customization Guide • April 2005
,
<!-- DS_ATTRIBUTE "attr=nsaimstatustext" "options=quoted" -->
);
//// Uncomment the above DS_ATTRIBUTE directive and remove the
////
//// double quotes to have aim presence in search results lists
////
Once this is done, listings of multiple users will show AIM presence for each user.
Format
enable-aim-presence true | false
Example
enable-aim-presence true
gwnametrans
Used by the gateway CGI scripts to specify the URL to output for HTTP redirection. This
needs to be specified as
"/clients/dsgw/htmldir" and should be the same as the
NameTrans set in the HTTP server, if any is being used.
Format
gwenametrans "HTTP_redirect"
Example
gwnametrans "/clients/dsgw/pbhtml/"
NOTE By default, nsaimid and nsaimstatustext are used for AIM ID and
AIM presence information, respectively. If you use different attributes, be
sure to change the HTML files.