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
number columns. If a plus (+) sign is given before number, then the attribute is
given number extra columns. For example, if the value is 10 characters wide, and
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
number columns.
numfields=number, numfields=+number, numfields=>number. Controls the
number of editable fields displayed when editing. If 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 number is preceded by a greater-than sign (>), then
at least number 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
99
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION and is the answer not in the manual?
Questions and answers