Skip Headers

Oracle® Calendar Reference Manual
Release 2 (9.0.4)

Part Number B10891-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

D
Calendar Administrator Parameters

This appendix lists and describes all tunable parameters available to configure your Oracle Calendar Administrator. All parameters listed are located in the initialization file $ORACLE_HOME/ocad/bin/ocad.ini.

Each parameter's stated default value is used if that parameter is omitted from its configuration file. These defaults are not necessarily the optimal settings for your installation. The initialization files supplied with the software contain settings that provide a good starting point for further configuration. It is strongly recommended that for reference purposes you keep a copy, in either printed or electronic format, of these files before modification.

Configuration parameters

The following table lists all parameters alphabetically by section.

Table D-1 ocad.ini configuration parameters
Section Parameter Description

[ACE_PLUGINS_CLIENT]

web_attribute_name

Web authentication - user attribute name

 

web_attribute_type

Web authentication - user attribute type

 

web_CAL_sharedkey

Web authentication - WEB:CAL shared key

[ADMIN]

accepttemppages

Display temporary page before starting a long process

 

authentication

Authentication mechanism

 

showssolink

Enable link to SSO

 

dataretrievingblocksize

Size of buffer for retrieving calendar data

 

sessionsdir

Path to temporary directory for session information

 

templatesdir

Path to template files

Web authentication - user attribute name
Section

[ACE_PLUGINS_CLIENT]

Parameter

web_attribute_name

Description

Specifies the Web server environment variable to use for identifying Calendar Administrator users. The type of the user identification present in this variable (e.g., userid, e-mail, ...) is specified by [ACE_PLUGINS_CLIENT]web_attribute_type. For example:

web_attribute_name = SSL_CLIENT_S_DN_UID

Accepted values

Any environment variable

Default value

None

Web authentication - user attribute type
Section

[ACE_PLUGINS_CLIENT]

Parameter

web_attribute_type

Description

Specifies the user attribute type of the environment variable specified by web_attribute_name which will be used for authenticating Calendar Administrator users. Use the value custom to specify any other unique user identifier.

Accepted values

userid

email

fullname

mobile (Cell phone number)

custom

Default value

userid

Web authentication - WEB:CAL shared key
Section

[ACE_PLUGINS_CLIENT]

Parameter

web_CAL_sharedkey

Description

Specifies the shared key when using the WEB:CAL plug-in. For example:

web_CAL_sharedkey = mypassword

Accepted values

Any string

Default value

None

Display temporary page before starting a long process
Section

[ADMIN]

Parameter

accepttemppages

Description

When set to TRUE, the Calendar Administrator will display a temporary page before starting a long process. This page will contain an "auto-refresh" command that will invoke a second process which will check if the first long process has terminated. If it has, the resulting page is displayed by this second process. If the first long process is still running, the second process will display another temporary page that will later check the status of the first long process, and so on until the first long process terminates.

The temporary pages provide a way to interrupt the long processes via a stop button.

When set to FALSE, a page can take a long time before being displayed if this page contains the result of a time consuming process (Example: an LDAP search, a node start, etc.).

Accepted values

TRUE (Use temporary pages)

FALSE (Do not use temporary pages)

Default value

TRUE

Enable link to SSO
Section

[ADMIN]

Parameter

showssolink

Description

When set to TRUE, the Calendar Administrator will display a SSO button.

Accepted values

TRUE (Display SSO button)

FALSE (Do not display SSO button)

Default value

Complete Collaboration Suite installation:

TRUE

Stand-alone Calendar Server installation:

FALSE

Authentication mechanism
Section

[ADMIN]

Parameter

authentication

Description

Authentication mechanism used by the Calendar Administrator when signing in to the calendar server.

Accepted values

WEB:OTMT

WEB:CAL

Default value

Complete Collaboration Suite installation:

WEB:OTMT

Stand-alone Calendar Server installation:

WEB:CAL

Size of buffer for retrieving calendar data
Section

[ADMIN]

Parameter

dataretrievingblocksize

Description

Size of buffer used to retrieve data from the calendar server. Smaller values allow long processes to be interrupted quickly. Larger values reduce the number of transactions with the calendar server.

Accepted values

A positive integer

Default value

50

Path to temporary directory for session information
Section

[ADMIN]

Parameter

sessionsdir

Description

Relative or fully qualified path to the directory where temporary files for session information will be saved.

Accepted values

A valid path to a directory

Default value

$ORACLE_HOME/ocad/sessions

Path to template files
Section

[ADMIN]

Parameter

templatesdir

Description

Specifies the path to the directory which will hold the template files.

Accepted values

A valid path to a directory

Default value

$ORACLE_HOME/ocad/templates