replace dash with underscore in the new configuration file option,

just like the rest of the file


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14804 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-15 11:32:23 +00:00
parent 5921574969
commit bb095dc7cc

View File

@@ -156,7 +156,7 @@ external_passwd_quality (krb5_context context,
program = krb5_config_get_string(context, NULL,
"password_quality",
"external-program",
"external_program",
NULL);
if (program == NULL) {
snprintf(message, length, "external password quality "
@@ -387,7 +387,7 @@ kadm5_add_passwd_quality_verifier(krb5_context context,
tmp = krb5_config_get_strings(context, NULL,
"password_quality",
"policy-libraries",
"policy_libraries",
NULL);
if(tmp == NULL)
return 0;