From 10f981b31ffd44a4434b16c111b12837165e5d84 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 2 May 2001 20:52:11 +0000 Subject: [PATCH] randfile --- doc/man/man5/slapd.conf.5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index b0843ea5fe..5727f3db10 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -423,6 +423,11 @@ server private key that matches the certificate stored in the .B TLSCertificateFile file. Currently, the private key must not be protected with a password, so it is of critical importance that it is protected carefully. +.TP +.B TLSRandFile +Specifies the file to obtain random bits from when /dev/[u]random +is not available. Generally set to the name of the EGD/PRNGD socket. +The environment variable RANDFILE can also be used to specify the filename. .SH GENERAL BACKEND OPTIONS Options in this section only apply to the configuration file section for the backend in which they are defined. They are supported by every -- 2.47.2