From: Jan Hadrava Date: Fri, 6 Sep 2019 19:08:27 +0000 (+0200) Subject: Doc: Fix protocol description X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c160c45ef2cdd7e51e559e2f90f6b8ebb128fe1e;p=subauth.git Doc: Fix protocol description --- diff --git a/PROTOCOL b/PROTOCOL index 1abb7fa..9b910c4 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -133,8 +133,8 @@ of the requesting user. { "name": "auth zone", "desc": "human-readable description", - "allow-passwd": boolean, # Does the zone support passwords? - "allow-tokens": boolean, # Does the zone support auth tokens? + "allow-passwd": integer, # Does the zone support passwords? + "allow-tokens": integer, # Does the zone support auth tokens? "max-temp-validity": seconds # Maximum validity of temp tokens # (if no temp tokens supported) }