Add KRB5_PROMPT_TYPE_INFO
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17557 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -613,7 +613,8 @@ typedef enum {
|
||||
KRB5_PROMPT_TYPE_PASSWORD = 0x1,
|
||||
KRB5_PROMPT_TYPE_NEW_PASSWORD = 0x2,
|
||||
KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN = 0x3,
|
||||
KRB5_PROMPT_TYPE_PREAUTH = 0x4
|
||||
KRB5_PROMPT_TYPE_PREAUTH = 0x4,
|
||||
KRB5_PROMPT_TYPE_INFO = 0x5
|
||||
} krb5_prompt_type;
|
||||
|
||||
typedef struct _krb5_prompt {
|
||||
|
@@ -268,6 +268,7 @@ element are:
|
||||
.It KRB5_PROMPT_TYPE_NEW_PASSWORD
|
||||
.It KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN
|
||||
.It KRB5_PROMPT_TYPE_PREAUTH
|
||||
.It KRB5_PROMPT_TYPE_INFO
|
||||
.El
|
||||
.Pp
|
||||
.Fn krb5_prompter_posix
|
||||
|
Reference in New Issue
Block a user