Examples - Netscape DIRECTORY SERVER 7.0 - GATEWAY CUSTOMIZATION Manual

Table of Contents

Advertisement

Entry-Related Directives
cols=number, cols=+number, cols=>number. Controls the width of the displayed
attribute. If a number is given by itself, then the attribute is displayed with exactly
that number of columns. If a plus (+) sign is given before the number, then the
attribute is given that number number of extra columns. For example, if the value
is 10 characters wide, and the number is 10, then 20 columns are used when
displaying the number. If a greater-than sign (>) is given before number, then the
displayed width is at least that number of columns.
numfields=number, numfields=+number, numfields=>number. Controls the
number of editable fields displayed when editing. If the number is preceded by a
plus (+) sign, then the number of fields displayed is however many values were
read from the server plus number. If the number is preceded by a greater-than sign
(>), then at least that numberof values are displayed when editing.
true=string. Label used for Boolean values that are true.
false=string. Label used for Boolean values that are false.
value=string. Value associated with an instance of a checkbox that is used to
display strings values (not syntax=bool values).

Examples

<!-- DS_ATTRIBUTE "attr=dn" "syntax=dn" "dncomponents=2"
"options=nolink" -->
<!-- DS_ATTRIBUTE "attr=givenName" "cols=>32" -->
<!-- DS_ATTRIBUTE "attr=sn" "cols=>32" -->
<!-- DS_ATTRIBUTE "attr=uid" "numfields=1" "cols=>16"
"options=unique" -->
<!-- DS_ATTRIBUTE "attr=mail" "syntax=mail" "cols=>20" -->
<!-- DS_ATTRIBUTE "attr=telephoneNumber" "syntax=tel" "cols=>16"
"numfields=+1" -->
<!-- DS_ATTRIBUTE "attr=modifyTimestamp" "syntax=time"
"defaultvalue=N/A" "options=readonly" -->
<!-- DS_ATTRIBUTE "attr=modifiersName" "syntax=dn"
"defaultvalue=N/A" "options=readonly" -->
<!-- DS_ATTRIBUTE "attr=mailDeliveryOption" "type=CHECKBOX"
"value=mailbox" -->
<!-- DS_ATTRIBUTE "attr=mailDeliveryOption" "type=CHECKBOX"
"value=native" -->
<!-- DS_ATTRIBUTE "attr=mailForwardingAddress" "syntax=mail"
"type=textarea" "rows=2" "cols=30" -->
Appendix B
Gateway Directives
109

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents