In kadm5int_acl_parse_restrictions(), output a log message if we break
out of the parsing loop with an error. The current structure of the
loop makes it difficult to pinpoint the bad restrictions field, so
just output the whole string.
(cherry picked from commit
e9eaafeab12b2b62595f4dff2fca3345b2d95b4a)
ticket: 8155
version_fixed: 1.13.2
status: resolved
}
}
}
+ if (code) {
+ krb5_klog_syslog(LOG_ERR, _("%s: invalid restrictions: %s"),
+ acl_acl_file, s);
+ }
}
}
if (sp)