A prompter function is simply a function which is used to allow the Kerberos library to ask your application to prompt the user for necessary information. The implementation of the prompter function is therefore 100% dependent on the application which is calling krb5_get_init_creds_password().
Jeffrey Altman Kevin Burton wrote: > Do you have any suggestions as to how to do that? > > "Sam Hartman" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >>Are you using krb5_prompter_posix? If so, this does not really work >>on Windows outside of console mode. You probably want to write your >>own prompter function. >> >> >>________________________________________________ >>Kerberos mailing list [EMAIL PROTECTED] >>https://mailman.mit.edu/mailman/listinfo/kerberos >> > > > ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
