A SERVICE OF

logo

Entry-Related Directives
94 Netscape Directory Server Gateway Customization Guide
<!-- PCONTEXT -->
<form>
Entry-Related Directives
Entry-related directives are supported by the dosearch and edit CGIs.
DS_ENTRYBEGIN
Description
Delimits the beginning of an entry. The DS_ENTRYBEGIN directive is used in
display or edit templates to mark the start of an LDAP entry and in list
templates to mark the beginning of a section which should be repeated for
each entry which is returned by the search. Always paired with
DS_ENTRYBEGIN.
Arguments
None.
DS_ENTRYEND
Description
Delimits the end of an entry. Always paired with DS_ENTRYBEGIN.
Arguments
None.
DS_ATTRIBUTE
Description
The DS_ATTRIBUTE directive is replaced with the contents of an attribute (i.e.,
its values). This directive must appear within a
DS_ENTRYBEGIN...DS_ENTRY_END block.