]> mj.ucw.cz Git - subauth.git/commitdiff
Doc: Fix protocol description
authorJan Hadrava <had@kam.mff.cuni.cz>
Fri, 6 Sep 2019 19:08:27 +0000 (21:08 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 10 Sep 2019 08:29:18 +0000 (10:29 +0200)
PROTOCOL

index 1abb7fa053b8b5a9bf6dca56bf5d2982918016a5..9b910c4524e1628ec33ae842ef4f1b0f47bf803a 100644 (file)
--- 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)
                }