connman-api: added "none" auth_method

This commit is contained in:
Giacinto Cifelli 2018-10-06 07:45:16 +02:00 committed by Denis Kenzior
parent 6fc119d9ea
commit f2fa45b830
1 changed files with 2 additions and 1 deletions

View File

@ -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]