use kadm5_s_init_with_password_ctx
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24548 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -521,13 +521,13 @@ handle_v5(krb5_context context, | ||||
|     if (ret) | ||||
| 	krb5_err (context, 1, ret, "krb5_unparse_name"); | ||||
|     krb5_free_ticket (context, ticket); | ||||
|     ret = kadm5_init_with_password_ctx(context, | ||||
| 				       client, | ||||
| 				       NULL, | ||||
| 				       KADM5_ADMIN_SERVICE, | ||||
| 				       &realm_params, | ||||
| 				       0, 0, | ||||
| 				       &kadm_handle); | ||||
|     ret = kadm5_s_init_with_password_ctx(context, | ||||
| 					 client, | ||||
| 					 NULL, | ||||
| 					 KADM5_ADMIN_SERVICE, | ||||
| 					 &realm_params, | ||||
| 					 0, 0, | ||||
| 					 &kadm_handle); | ||||
|     if(ret) | ||||
| 	krb5_err (context, 1, ret, "kadm5_init_with_password_ctx"); | ||||
|     v5_loop (context, ac, initial, kadm_handle, fd); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand