(set_funcs): add chpass_principal_with_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8061 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -40,7 +40,7 @@ set_funcs(kadm5_server_context *c)
|
||||
{
|
||||
#define SET(C, F) (C)->funcs.F = kadm5_s_ ## F
|
||||
SET(c, chpass_principal);
|
||||
SET(c, chpass_principal);
|
||||
SET(c, chpass_principal_with_key);
|
||||
SET(c, create_principal);
|
||||
SET(c, delete_principal);
|
||||
SET(c, destroy);
|
||||
|
@@ -44,7 +44,7 @@ set_funcs(kadm5_client_context *c)
|
||||
{
|
||||
#define SET(C, F) (C)->funcs.F = kadm5 ## _c_ ## F
|
||||
SET(c, chpass_principal);
|
||||
SET(c, chpass_principal);
|
||||
SET(c, chpass_principal_with_key);
|
||||
SET(c, create_principal);
|
||||
SET(c, delete_principal);
|
||||
SET(c, destroy);
|
||||
|
Reference in New Issue
Block a user