From 8adb9bb745666b04c27099ffb147bb29cdd3c2df Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Tue, 3 Nov 2015 17:19:04 +0000 Subject: [PATCH] remove redundant "name" config option --- raddb/mods-available/eap | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index 6a936f9b9c..ba7f38c08c 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -375,16 +375,6 @@ eap { # enable = yes - # - # Internal "name" of the session cache. Used to distinguish which - # TLS context sessions belong to. - # - # The server will generate a random value if unset. This will change - # across server restart so you MUST set the "name" if you want to - # persist sessions (see below). - # - # name = "EAP module" - # # Lifetime of the cached entries, in hours. The sessions will be # deleted/invalidated after this time. @@ -401,14 +391,13 @@ eap { max_entries = 255 # - # Internal "name" of the session cache. - # Used to distinguish which TLS context - # sessions belong to. + # Internal "name" of the session cache. Used to + # distinguish which TLS context sessions belong to. # - # The server will generate a random value - # if unset. This will change across server - # restart so you MUST set the "name" if you - # want to persist sessions (see below). + # The server will generate a random value if unset. + # This will change across server restart so you MUST + # set the "name" if you want to persist sessions (see + # below). # #name = "EAP module" -- 2.47.2