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
Customizing Search Result Templates
Chapter 6 Search Attributes, Filters, and Results 81
<!-- DS_ATTRIBUTE "attr=title" --></TD>
<TD NOWRAP>
<!-- DS_ATTRIBUTE "attr=ou" "syntax=cis" --></TD>
</TR>
The additional HTML table heading syntax adds the Organizational Unit label to the
heading row of the table. The additional
DS_ATTRIBUTE directive syntax adds a cell to the
body row of the table indicating that the information is stored in the
ou attribute of the entry
and the string is case insensitive.
Removing Information from Search Results
To remove information from a search result, remove the tag that creates the table head cell
which labels the attribute and the tag that creates the Directory Server call for the
corresponding attribute value from the corresponding
list-search object.html file.
For example, to remove the Windows Domain attribute from the
list-NT-People.html
search results file, delete the
<TH NOWRAP>NT Domain tag from table heading. The table
cell containing the
<!-- DS_ATTRIBUTE "attr=ntuserdomainid"
"syntax=ntdomain" -->
directive would also need to be removed.