kadm5_init_with_password_ctx
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3728 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -103,6 +103,26 @@ kadm5_init_with_password(char *client_name,
|
|||||||
server_handle);
|
server_handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kadm5_ret_t
|
||||||
|
kadm5_init_with_password_ctx(krb5_context context,
|
||||||
|
char *client_name,
|
||||||
|
char *pass,
|
||||||
|
char *service_name,
|
||||||
|
kadm5_config_params *realm_params,
|
||||||
|
unsigned long struct_version,
|
||||||
|
unsigned long api_version,
|
||||||
|
void **server_handle)
|
||||||
|
{
|
||||||
|
return kadm5_s_init_with_password_ctx(context,
|
||||||
|
client_name,
|
||||||
|
pass,
|
||||||
|
service_name,
|
||||||
|
realm_params,
|
||||||
|
struct_version,
|
||||||
|
api_version,
|
||||||
|
server_handle);
|
||||||
|
}
|
||||||
|
|
||||||
kadm5_ret_t
|
kadm5_ret_t
|
||||||
kadm5_modify_principal(void *server_handle,
|
kadm5_modify_principal(void *server_handle,
|
||||||
kadm5_principal_ent_t princ,
|
kadm5_principal_ent_t princ,
|
||||||
|
Reference in New Issue
Block a user