diff options
author | Sumit Bose <sbose@redhat.com> | 2016-05-26 13:20:59 +0200 |
---|---|---|
committer | Sumit Bose <sbose@redhat.com> | 2016-05-26 13:20:59 +0200 |
commit | 6ced3a031b2c8d59fbd1572e3c8b068f24a6dae5 (patch) | |
tree | 102719ca7ac847eb4ef5d1bbdebf6f858f20750c /src/sss_client/sss_cli.h | |
parent | 149174acae677d1e72a0da431bf0850d55f2ccb4 (diff) | |
download | sssd-prompting.tar.gz sssd-prompting.tar.xz sssd-prompting.zip |
WIP auth ind promptingprompting
Diffstat (limited to 'src/sss_client/sss_cli.h')
-rw-r--r-- | src/sss_client/sss_cli.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sss_client/sss_cli.h b/src/sss_client/sss_cli.h index f39ceba5e..7fe23796e 100644 --- a/src/sss_client/sss_cli.h +++ b/src/sss_client/sss_cli.h @@ -421,6 +421,11 @@ enum response_type { SSS_OTP, /**< Indicates that the autotok was a OTP, so don't * cache it. There is no message. * @param None. */ + SSS_PASSWORD_PROMPTING, /**< Indicates that password prompting is possible. + * This might be used together with + * SSS_PAM_OTP_INFO to determine the type of + * prompting. There is no message. + * @param None. */ }; /** |