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
url-orgchart-base
102 Red Hat Directory Server Gateway Customization Guide • April 2005
template orgperson person inetorgperson
url-orgchart-base
Points to the Org Chart application, providing a link to the Org Chart application from the
Directory Server Gateway UI pages. By default, the Directory Server installation program
sets the base to use the Red Hat Administration Server as the web server. You can change
the host name and port number to be that of a dedicated web server. (See “HTTP Server
Configuration,” on page 32.)
In the absence of the
url-orgchart-base configuration field, there will be no link to
the Org Chart application in the Directory Server Gateway UI.
The Org Chart application also has a similar URL which points to the Directory Server
Gateway (the
dsgw instance). You can change it to ..../lang?context=pb to have the
Org Chart link to the Phonebook or remove the
context=dsgw altogether and have it link
to the default gateway instance (
default.conf, which is the dsgw instance).
Format
url-orgchart-base
http://adminHost:adminPort/clients/orgchart/bin/org?context=dsgw&data=
adminHost. Specifies the host name of the machine on which the Red Hat Administration
Server is installed.
adminPort. Specifies the port number used by the Red Hat Administration Server.
Example
http://machine.example.com:24020/clients/orgchart/bin/org?context=
dsgw&data=
vcard-property
Directory Server Gateway allows users to view vCards for person and Windows person
directory entries. The vCard and LDAP specifications define different labels to access
information: vCards use properties, and LDAP uses attributes. Therefore, there must be a
way to map the vCard property names to the LDAP attribute names so that the Directory
Server can locate the information for the vCard display. The
vcard-property parameter
accomplishes mapping vCard property to LDAP attribute.