]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
The option 'tmpdir' is no longer available (#5070)
authorJorge Pereira <jpereira@users.noreply.github.com>
Tue, 20 Jun 2023 04:41:38 +0000 (01:41 -0300)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 04:41:38 +0000 (00:41 -0400)
raddb/sites-available/tls

index 3e519c8dc61c0c53583305188f6793474d5dcc53..2349d2ec02de5d62639b99f47e8b2cf6cbb0dd47 100644 (file)
@@ -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.