From ed43c02499ab72f27f8fd973ba460b8bafec4338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 13 May 2006 04:56:54 +0000 Subject: [PATCH] Add KRB5_PROMPT_TYPE_INFO git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17557 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 3 ++- lib/krb5/krb5_get_init_creds.3 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 5a3d3366e..9e1cb5645 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -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 { diff --git a/lib/krb5/krb5_get_init_creds.3 b/lib/krb5/krb5_get_init_creds.3 index 015a63118..eb068906d 100644 --- a/lib/krb5/krb5_get_init_creds.3 +++ b/lib/krb5/krb5_get_init_creds.3 @@ -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