From c160c45ef2cdd7e51e559e2f90f6b8ebb128fe1e Mon Sep 17 00:00:00 2001 From: Jan Hadrava Date: Fri, 6 Sep 2019 21:08:27 +0200 Subject: [PATCH] Doc: Fix protocol description --- PROTOCOL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) } -- 2.39.2