krb5_get_name_canon_rules: fix profile location
[realms] <realm> { name_canon_rules = <strings> } not [libdefaults] <realm> { name_canon_rules = <strings> } Change-Id: I770c2250333d2649f983f015de94f30740c9771d
This commit is contained in:
@@ -1681,7 +1681,7 @@ _krb5_get_name_canon_rules(krb5_context context, krb5_name_canon_rule *rules)
|
|||||||
|
|
||||||
if (realm) {
|
if (realm) {
|
||||||
values = krb5_config_get_strings(context, NULL,
|
values = krb5_config_get_strings(context, NULL,
|
||||||
"libdefaults",
|
"realms",
|
||||||
realm,
|
realm,
|
||||||
"name_canon_rules", NULL);
|
"name_canon_rules", NULL);
|
||||||
free(realm);
|
free(realm);
|
||||||
|
Reference in New Issue
Block a user