==================
no host authentication for localhost = yes
==================

NoHostAuthenticationForLocalhost yes

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = Yes
==================

NoHostAuthenticationForLocalhost Yes

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = true
==================

NoHostAuthenticationForLocalhost true

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = True
==================

NoHostAuthenticationForLocalhost True

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = no
==================

NoHostAuthenticationForLocalhost no

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = No
==================

NoHostAuthenticationForLocalhost No

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = false
==================

NoHostAuthenticationForLocalhost false

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
no host authentication for localhost = False
==================

NoHostAuthenticationForLocalhost False

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
use irregular casing
==================

NoHostAuthenticationForLocalHOSt yes

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
can use equals sign
==================

NoHostAuthenticationForLocalHOSt=yes

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
can use equals sign with whitespace
==================

NoHostAuthenticationForLocalHOSt = yes

---

(client_config
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
can be specified after host
==================

Host example.com
  NoHostAuthenticationForLocalhost no

---

(client_config
  (host
    (host_value))
  (no_host_authentication_for_localhost
    (no_host_authentication_for_localhost_value)))

==================
detect invalid values
==================

NoHostAuthenticationForLocalHOSt ja

---

(client_config
  (ERROR
    (UNEXPECTED 'j')))
