From 2df654223259ca336843f37a229838e125c874d6 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 23 May 2014 09:36:49 +0200 Subject: ipa-passwd: add OTP support https://fedorahosted.org/freeipa/ticket/4262 Reviewed-By: Endi Sukma Dewata --- API.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'API.txt') diff --git a/API.txt b/API.txt index fdb780d53..7466930fb 100644 --- a/API.txt +++ b/API.txt @@ -2409,10 +2409,11 @@ output: Entry('result', , Gettext('A dictionary representing an LDA output: Output('summary', (, ), None) output: PrimaryKey('value', None, None) command: passwd -args: 3,1,3 +args: 3,2,3 arg: Str('principal', autofill=True, cli_name='user', primary_key=True) arg: Password('password') arg: Password('current_password', autofill=True, confirm=False) +option: Password('otp?', confirm=False) option: Str('version?', exclude='webui') output: Output('result', , None) output: Output('summary', (, ), None) -- cgit