From: Matthew Newton Date: Tue, 3 Nov 2015 17:19:04 +0000 (+0000) Subject: remove redundant "name" config option X-Git-Tag: release_3_0_11~178^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8adb9bb745666b04c27099ffb147bb29cdd3c2df;p=thirdparty%2Ffreeradius-server.git remove redundant "name" config option --- diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index 6a936f9b9cf..ba7f38c08cd 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"