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
vcard-property
Appendix A Parameters Defined in the .conf File 103
Format
vcard-property vcardprop syntax ldapattr [ldapattr2...]
vcardprop. The name of a vCard property. vCard properties that are currently mapped to
LDAP attributes are:
• FN — The Formatted Name property. All vCards must have an FN property. By
default, FN is mapped to the
cn attribute.
• N — The Name property. By default, N is mapped to the
sn and givenName attributes.
• ORG — The ORG property may refer to the organizational name and units of the
person or resource associated with the vCard. By default, ORG is mapped to the
o and
ou attributes.
• ROLE — The ROLE property may refer to the role, occupation or business category of
the person or resource described by the vCard. By default, ROLE is mapped to the
businessCategory attribute.
• ADR;WORK — The work address of the of the person or resource described by the
vCard. By default, ADR;WORK is mapped to the
postalAddress attribute.
• ADR;HOME — The home address of the of the person or resource described by the
vCard. By default, ADR;HOME is mapped to the
homePostalAddress attribute.
• EMAIL;INTERNET — The email address of the person or resource described by the
vCard. By default, EMAIL;INTERNET is mapped to the
mail attribute.
• TITLE — The TITLE property specifies the job title, functional position or function of
the person or resource described by the vCard. By default, TITLE is mapped to the
title attribute.
• TEL;WORK — The business telephone number of the person or resource described by
the vCard. By default, TEL;WORK is mapped to the
telephoneNumber attribute.
• TEL;FAX — The fax number of the person or resource described by the vCard. By
default, TEL;FAX is mapped to the
facsimileTelephoneNumber attribute.
• TEL;CELL — The cellular telephone number of the person or resource described by
the vCard. By default, TEL;CELL is mapped to the
mobile attribute.
• TEL;HOME — The residential telephone number of the person or resource described
by the vCard. By default, TEL;HOME is mapped to the
homePhone attribute.
• NOTE — Provides any additional comments or information about the person or
resource described by the vCard. By default, NOTE is mapped to the
description
attribute.