Configuration File Parameters That Siebel Remote Uses to Encrypt the Local Database Password
The following table describes the parameters and their values that you must set to encrypt the local database password. Siebel CRM comes predefined with most of these values already set. However, it is strongly recommended that you confirm them. For more information, see Modifying the Siebel Configuration File for Siebel Remote and Setting Encryption on the Local Database Password.
Section | Parameter and Value | Description |
---|---|---|
InfraSecMgr |
SecAdptName = DBSecAdpt |
DBSecAdpt is the default name for the section in the configuration file that defines the security adapter. |
SecAdptMode = DB |
DB (database authentication mode) is the only supported authentication mode that Siebel Remote uses for local database authentication. |
|
DBSecAdpt |
SecAdptDllName = sscfsadb |
Specifies the DLL name for the default security adapter. This is a default setting and applies in Windows and UNIX environments. |
DataSourceName = Local |
Specifies to apply this security adapter section to the [LOCAL_SE] data source section in this configuration file. |
|
DBSecAdpt_PropagateChange = TRUE |
TRUE allows the user to modify the local database password. |
|
Local |
DSHashUserPwd = TRUE |
Set to TRUE to encrypt the local database password in the Local data source. If you configure the Siebel Server to enable local database password encryption, then the Upgrade Wizard makes this setting when it initializes the local database. |
DSHashAlgorithm = RSASHA1 |
Use RSA SHA-1 encryption. If you configure the Siebel Server to enable local database password encryption, then the Upgrade Wizard makes this setting when it initializes the local database. |