]> git.p6c8.net - policy-templates.git/commitdiff
Update README.md with nonFQDN
authorMichael Kaply <consulting@kaply.com>
Wed, 27 Jun 2018 17:14:52 +0000 (12:14 -0500)
committerMichael Kaply <consulting@kaply.com>
Wed, 27 Jun 2018 17:14:52 +0000 (12:14 -0500)
README.md

index 8cee04851718142e13260d0efb78f58ed3e1f12e..7e80eeeb8ffdd6cfa62f461204392e6ed30e40a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,11 @@ This policy is for configuring sites that support integrated authentication. See
     "Authentication": {
       "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
       "Delegated": ["mydomain.com", "https://myotherdomain.com"],
     "Authentication": {
       "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
       "Delegated": ["mydomain.com", "https://myotherdomain.com"],
-      "NTLM": ["mydomain.com", "https://myotherdomain.com"]
+      "NTLM": ["mydomain.com", "https://myotherdomain.com"],
+      "AllowNonFQDN": {
+        "SPNEGO": true,
+        "NTLM": true
+      }
     }
   }
 }
     }
   }
 }

patrick-canterino.de