database-path

This stanza entry specifies the location and name of the master policy database.

Syntax

database-path = fully_qualified_path

Description

Location and name of the master policy database. The file extension can be anything, but the extension is usually .db.

Note: Do not edit this stanza entry.

Options

fully_qualified_path
Represents an alphanumeric string. String values are expected to be characters that are part of the local code set. The set of valid characters in a file name can be determined by the file system and by the local code set. For Windows operating systems, file names cannot have a backward slash (\), a colon (:), a question mark (?), or double quotation marks ("). Windows operating systems path names, however, can have a backward slash (\) or a colon (:). For AIX, Linux, and Solaris operating systems, path names and file names are case-sensitive.

Usage

Required

Default value

The following table shows the default value by platform.
Platform File name
Linux™ or UNIX™ /var/PolicyDirector/db/master_authzn.db
Windows™ c:\program files\tivoli\policy director\db\master_authzn.db

Example

The following example set the path to the master policy database on a Windows operating system:
database-path = C:\pd\db\master_authzn.db