Use application version.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3792 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -111,7 +111,7 @@ kadm5_c_init_with_password_ctx(krb5_context context,
|
||||
krb5_cc_default(context, &cc);
|
||||
krb5_parse_name(context, KADM5_ADMIN_SERVICE, &server);
|
||||
ctx->ac = NULL;
|
||||
ret = krb5_sendauth(context, &ctx->ac, &s, "hej", NULL,
|
||||
ret = krb5_sendauth(context, &ctx->ac, &s, KADMIN_APPL_VERSION, NULL,
|
||||
server, AP_OPTS_MUTUAL_REQUIRED,
|
||||
NULL, NULL, cc, NULL, NULL, NULL);
|
||||
if(ret){
|
||||
|
Reference in New Issue
Block a user