# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004 - All Rights reserved.

# Vault Service Configuration File
# IBM WebSphere Portal Server, Release 4.1, 2002
#
# This configuration file is used to specify Vault Adapter Implementations.
# For each implementation, a unique string type and class name must be
# specified.  Optionally, a configuration file, managing resources, and read
# only flags may be specified.

# Comma delimited list of Vault Adapter Implementation Types
types=default

# For each Vault Adapter Implementation Type, the following properties may be
# defined.  In order to differentiate each type's settings, the keys are in
# the following format:
#
#     <type>.<key>
#
# The keys are:
#     vaultadapter:  Required - Vault Adapter Implementation Class Name, minus
#                    the .class extension
#     config:  Optional - Path of a configuration file your adapter may need
#     manageresources:  Specifies if the VaultAdapter should create and delete
#                       resources.  Note, the adapter must have internal support
#                       to manage resources if this property is set to true.  If
#                       omitted, this property will be set to false
#     readonly:  Specifies if the underlying vault for this adapter should be
#                considered readonly.  If true, the manageresources property is
#                ignored.  If omitted, the property will be set to false

default.vaultadapter=com.ibm.wps.services.credentialvault.DefaultVault
default.config=defaultvault
default.manageresources=true
default.readonly=false
systemcred.dn=uid=wpsadmin,o=default organization

# Distinguished Name of the user that System Credentials will be stored under.

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.