]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove redundant "name" config option 1367/head
authorMatthew Newton <mcn4@leicester.ac.uk>
Tue, 3 Nov 2015 17:19:04 +0000 (17:19 +0000)
committerMatthew Newton <mcn4@leicester.ac.uk>
Tue, 3 Nov 2015 17:19:04 +0000 (17:19 +0000)
raddb/mods-available/eap

index 6a936f9b9cfd97231d53020970cbf2ce990b891d..ba7f38c08cd98327b31a22db4b6e2847d3efdbde 100644 (file)
@@ -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"