The LdapClientTlsRandFile property provides random bits when the default random number generator is not available or another random number generator is preferred. The property specifies a device, FIFO, or pipe to provide the random bits.
Use with simple binding.
Default Property Value
The default setting is “” indicating that no device, FIFO, or pipe is specified.
Valid Settings
Setting | Description |
---|---|
"" | No random number generator is specified. The system uses the default random number generator for the operating system. |
A file name | Specifies a device, FIFO, or pipe that provides random bits. |
Editing Guidelines
- To set a value, you must manually add this property to the TDGSS configuration file for the LDAP mechanism. See Editing Configuration Files.
- Edit this property on the database.
- Specify a value for the LdapClientTlsRandFile only when the default random number generator is not available, or if you want to use another random number generator.
- If a default is not available, install a copy of EGD or PRNGD on every node and set the value of LdapClientTlsRandFile to the name of the EGD or PRNGD socket.The installed copy of EGD or PRNGD must have the same name on all Teradata Vantage nodes. See the EGD or PRNGD Readme file for details.
- Although you can configure this property only in the LDAP mechanism, the effects apply to all external authentication mechanisms.