From f2fa45b8300e2c377a9e9268d2dc7b85ac293a37 Mon Sep 17 00:00:00 2001 From: Giacinto Cifelli Date: Sat, 6 Oct 2018 07:45:16 +0200 Subject: [PATCH] connman-api: added "none" auth_method --- doc/connman-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/connman-api.txt b/doc/connman-api.txt index 9220d0de..578b9755 100644 --- a/doc/connman-api.txt +++ b/doc/connman-api.txt @@ -192,7 +192,8 @@ Properties boolean Active [readwrite] string AuthenticationMethod [readwrite] Holds the PPP authentication method to use. Valid - values are "pap" and "chap". Defaults to "chap". + values are "pap", "chap" and "none". + Defaults to "chap". string Username [readwrite]