From: Jorge Pereira Date: Tue, 20 Jun 2023 04:41:38 +0000 (-0300) Subject: The option 'tmpdir' is no longer available (#5070) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81afa5849fd677ac3aff29081d5f496c75468505;p=thirdparty%2Ffreeradius-server.git The option 'tmpdir' is no longer available (#5070) --- diff --git a/raddb/sites-available/tls b/raddb/sites-available/tls index 3e519c8dc61..2349d2ec02d 100644 --- a/raddb/sites-available/tls +++ b/raddb/sites-available/tls @@ -261,19 +261,6 @@ server radsec { # the correct paths below to enable it. # verify { - # A temporary directory where the client - # certificates are stored. This directory - # MUST be owned by the UID of the server, - # and MUST not be accessible by any other - # users. When the server starts, it will do - # "chmod go-rwx" on the directory, for - # security reasons. The directory MUST - # exist when the server starts. - # - # You should also delete all of the files - # in the directory when the server starts. - # tmpdir = /tmp/radiusd - # The command used to verify the client cert. # We recommend using the OpenSSL command-line # tool.