around unresolved issue with error codes by including <kadm5/admin.h>
for now.
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24270
dc483132-0cff-0310-8789-
dd5450dbe970
#include <krb5.h>
#include <krb5/pwqual_plugin.h>
+#include <kadm5/admin.h> /* XXX */
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
static krb5_error_code
combo_check(krb5_context context, krb5_pwqual_moddata data,
- const char *password, kadm5_policy_ent_t policy,
+ const char *password, const char *policy_name,
krb5_principal princ)
{
combo_moddata dict = (combo_moddata)data;