]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw-admin: add mfa resync command
authorYehuda Sadeh <yehuda@redhat.com>
Sun, 3 Dec 2017 13:53:22 +0000 (05:53 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 Apr 2018 14:01:48 +0000 (07:01 -0700)
commit2c160418472ee0598262816bffb185d635611232
tree2a14308f7983b39981399b16e428dda511961da8
parentdc36ec424c6296a068d0a75672d3f91e9eaa3ae0
rgw-admin: add mfa resync command

$ radosgw-admin mfa resync --uid=<uid> --totp=serial=<serial> \
                --totp-pin=<pin1> --totp-pin=<pin2>

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/cls/otp/cls_otp.cc
src/cls/otp/cls_otp_types.cc
src/cls/otp/cls_otp_types.h
src/rgw/CMakeLists.txt
src/rgw/rgw_admin.cc