# Licensed Materials - Property of IBM, 5724-E76, (C) Copyright IBM Corp. 2004,2006 - All Rights reserved. # ------------------------------- # # Properties of the Vault Service # # ------------------------------- # # This configuration file is used to specify Vault Adapter Implementations. # For each implementation, a unique string type, a class name and a domain # must be specified. # Optionally, a configuration file, managing resources, and read # only flag may be specified. # 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: # # vault.<type>.<key> # # The keys are: # class: Required - Vault Adapter Implementation Class Name, minus # the .class extension # config: Optional - Path of a configuration file your adapter may need # domain: Required - Specifies the database domain where the segment and # slot configuration data is stored in. In the special # case of the DefaultVault, this also specifies, where # the actual credentials are stored. # Defaults to release domain. # Possible values are all available database domains # as specified in the DataStoreService.properties. # manageresources: Optional - 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: Optional -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 true # # Default Vault Adapter for the release domain #vault.default-release.class=com.ibm.wps.services.credentialvault.DefaultVault #vault.default-release.config=defaultvault #vault.default-release.domain=rel #vault.default-release.manageresources=true #vault.default-release.readonly=false # Default Vault Adapter for the customization domain #vault.default-customization.class=com.ibm.wps.services.credentialvault.DefaultVault #vault.default-customization.config=defaultvault #vault.default-customization.domain=cust #vault.default-customization.manageresources=true #vault.default-customization.readonly=false # Switch to configure LTPA Token or LTPA Token2 # possible values are LtpaToken2, LtpaToken, both or default # default means the available tokens #ltpaToken.type=default # Distinguished name (DN) of the user that system credentials will be stored under. # #systemcred.dn=uid=wpsadmin,o=defaultWIMFileBasedRealm