==================
host based authentication = yes
==================

HostbasedAuthentication yes

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = Yes
==================

HostbasedAuthentication Yes

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = true
==================

HostbasedAuthentication true

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = True
==================

HostbasedAuthentication True

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = no
==================

HostbasedAuthentication no

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = No
==================

HostbasedAuthentication No

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = false
==================

HostbasedAuthentication false

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

==================
host based authentication = False
==================

HostbasedAuthentication False

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

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

HostbasedAUTHentication yes

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

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

HostbasedAUTHentication=yes

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

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

HostbasedAUTHentication = yes

---

(client_config
  (hostbased_authentication
    (hostbased_authentication_value)))

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

Host example.com
  HostbasedAuthentication no

---

(client_config
  (host
    (host_value))
  (hostbased_authentication
    (hostbased_authentication_value)))

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

HostbasedAUTHentication ja

---

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