redo plugin interface

This commit is contained in:
Love Hornquist Astrand
2013-02-10 22:50:49 -08:00
parent 9a5de87ca1
commit c1423a8eea
8 changed files with 178 additions and 412 deletions

View File

@@ -43,6 +43,7 @@ static void *windcctx;
krb5_error_code
krb5_kdc_windc_init(krb5_context context)
{
#if 0
struct krb5_plugin *list = NULL, *e;
krb5_error_code ret;
@@ -65,7 +66,7 @@ krb5_kdc_windc_init(krb5_context context)
windcft = NULL;
return ENOENT;
}
#endif
return 0;
}