]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update raddb/mods-available/soh
authorJorge Pereira <jpereira@freeradius.org>
Thu, 7 Feb 2019 20:45:51 +0000 (18:45 -0200)
committerJorge Pereira <jpereira@freeradius.org>
Thu, 7 Feb 2019 20:45:51 +0000 (18:45 -0200)
raddb/mods-available/soh

index d125ce48520ea2a87bcb5e8026e10f5b0c265465..15a44cbd7fd7205f8a97b27b2c69e36b13537967 100644 (file)
@@ -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
 }