Installation guide

Table Of Contents
Object Class Attributes in Template Files
60 Red Hat Directory Server Gateway Customization Guide • April 2005
Default Gateway Object Classes
The default gateway supports the object classes listed in Table 5-1.
Templates and Directives
Object class attributes associated with an entry type are defined by directives contained in
gateway template files. Directives are instructions, written as HTML comments, that are
interpreted by the gateway’s CGI scripts. Each directive is an independent, single line of
HTML in a template file (with the exception of
<!-- GCONTEXT -->, which is
embedded within an URL).
Entry-Related Directives
Entry-related directives are responsible for how the gateway displays, edits, adds, and lists
directory entries. The most commonly used entry-related directive is
DS_ATTRIBUTE,
which determines how attributes in LDAP entries are displayed on gateway forms.
DS_ATTRIBUTE directives begin with a DS_ENTRYBEGIN tag and close with a
DS_ENTRYEND tag.
Appendix B, “Gateway Directives,” lists the possible arguments for the
DS_ATTRIBUTE
directive.
Table 5-1 Default Object Classes
Default Gateway Object Class Related Template File
domain component display-dc.html
groupOfNames display-group.html
groupOfUniqueNames display-groupun.html
ntGroup display-ntgroup.html
organization display-org.html
organizationalUnit display-orgunit.html
person display-person.html
inetOrgPerson display-orgperson.html
ntUser display-ntuser.html
country display-country.html