From: Michael Kaply Date: Wed, 27 Jun 2018 17:14:52 +0000 (-0500) Subject: Update README.md with nonFQDN X-Git-Tag: v1.2~20^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/7f690a2e9ca73a6ee5264a843666e7067a2c53df?ds=inline;hp=-c Update README.md with nonFQDN --- 7f690a2e9ca73a6ee5264a843666e7067a2c53df diff --git a/README.md b/README.md index 8cee048..7e80eee 100644 --- 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"], - "NTLM": ["mydomain.com", "https://myotherdomain.com"] + "NTLM": ["mydomain.com", "https://myotherdomain.com"], + "AllowNonFQDN": { + "SPNEGO": true, + "NTLM": true + } } } }