From: Jorge Pereira Date: Thu, 7 Feb 2019 20:45:51 +0000 (-0200) Subject: Update raddb/mods-available/soh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=894d7319a889bfc362bc928514c628ea065ee7b6;p=thirdparty%2Ffreeradius-server.git Update raddb/mods-available/soh --- diff --git a/raddb/mods-available/soh b/raddb/mods-available/soh index d125ce48520..15a44cbd7fd 100644 --- a/raddb/mods-available/soh +++ b/raddb/mods-available/soh @@ -1,4 +1,30 @@ -# SoH module +# -*- text -*- +# +# :toc: +# +# $Id$ + +####################################################################### +# +# = SoH Module +# +# The `soh` module is used for decodes Microsoft's Statement of Health +# sub-protocol. +# +# See the below link for additional information about the SoH Protocol. +# +# https://trustedcomputinggroup.org/resource/tnc-if-tnccs-protocol-bindings-for-soh-version-1-0/ +# https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/WinArchive/[MS-SOH].pdf +# + +# +# ## Default instance +# soh { + # + # dhcp:: If enabled, It will do SoH over DHCP. + # + # Default is `no`. + # dhcp = yes }