X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=plugin%2Finternal.h;h=fc0cf1467e8045302177b22c5dccb6d9c5e0d60b;hb=0f8d4b669710edea08fd5da37cd1af443d6384d8;hp=7e436636c293bc58c83b1615e275ca592bbc2276;hpb=2d17a4a8055f2067c85da8e3eee89cfe7183a573;p=kerberos%2Fkrb5-strength.git diff --git a/plugin/internal.h b/plugin/internal.h index 7e43663..fc0cf14 100644 --- a/plugin/internal.h +++ b/plugin/internal.h @@ -90,6 +90,7 @@ struct krb5_pwqual_moddata_st { sqlite3_stmt *prefix_query; /* Query using the password prefix */ sqlite3_stmt *suffix_query; /* Query using the reversed password suffix */ #endif + long cracklib_maxlen; /* Longer passwords skip cracklib */ }; BEGIN_DECLS