From: Alan T. DeKok Date: Thu, 30 Nov 2017 15:31:49 +0000 (-0500) Subject: document range of lifetime. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0dbd07db59b33aca202f80963f6e5e7f8247d8a;p=thirdparty%2Ffreeradius-server.git document range of lifetime. --- diff --git a/raddb/sites-available/dynamic-clients b/raddb/sites-available/dynamic-clients index d8b83e0020e..ecb8a259b57 100644 --- a/raddb/sites-available/dynamic-clients +++ b/raddb/sites-available/dynamic-clients @@ -155,6 +155,11 @@ server dynamic_clients { # If the client is not renewed, then # the pending packets are discarded. # + # Allowed values: 30..86400 + # + # The special value of "0" means that + # the client lives forever. + # lifetime = 3600 } }