summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-05-23 09:36:49 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-26 12:37:38 +0200
commit2df654223259ca336843f37a229838e125c874d6 (patch)
treeca6e849ef6cda2ed26adb998cf46f70167e40237 /API.txt
parent896920ed12a4601a60ac6a7e6f4f13d9ca48df77 (diff)
downloadfreeipa-2df654223259ca336843f37a229838e125c874d6.tar.gz
freeipa-2df654223259ca336843f37a229838e125c874d6.tar.xz
freeipa-2df654223259ca336843f37a229838e125c874d6.zip
ipa-passwd: add OTP support
https://fedorahosted.org/freeipa/ticket/4262 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt3
1 files changed, 2 insertions, 1 deletions
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', <type 'dict'>, Gettext('A dictionary representing an LDA
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 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', <type 'bool'>, None)
output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), None)