]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Update README.md with nonFQDN
[policy-templates.git] / README.md
index 70864dbb76ae7a47864acedb0e128df045d588a4..7e80eeeb8ffdd6cfa62f461204392e6ed30e40a4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,10 @@ The content of the JSON file should look like this:
   }
 }
 ```
-Policies are documented below. **Note**: though comments are used in this readme file for documentation, comments are not valid in actual JSON files. Remove all comments before attempting to deploy.
+Policies are documented below.   
+
+
+**Note**: though comments are used in this readme file for documentation, comments are not valid in actual JSON files. Remove all comments before attempting to deploy.
 
 Some of the policies are only available on the ESR for security reasons. These policies are marked ESR only.
 
@@ -20,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"],
-      "NTLM": ["mydomain.com", "https://myotherdomain.com"]
+      "NTLM": ["mydomain.com", "https://myotherdomain.com"],
+      "AllowNonFQDN": {
+        "SPNEGO": true,
+        "NTLM": true
+      }
     }
   }
 }

patrick-canterino.de