Re: kpasswdd dumps on OpenBSD6.3
ASV <[email protected]> Sun, 05 Aug 2018 23:58:44 +0200
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <[email protected]> |
Now doesn't crash finally but works only if the principal is not specified in the kadmind.acl file. For example I'm changing the password of [email protected] and the principle IS in the acl file as: [email protected] c (or C which should deny it) the result is FROM SERVER: Aug 5 23:47:59 kdc-core-01 kpasswdd[67537]: kadm5_init_with_password_ctx: Operation failed for unspecified reason FROM CLIENT: Hard error : Internal error If the principal is NOT in the acl file then everything works well: Aug 5 23:52:17 kdc-core-01 kpasswdd[67537]: Changing password for [email protected] Doesn't look like an expected behaviour. On Sun, 2018-08-05 at 16:01 -0400, Viktor Dukhovni wrote: > > On Aug 5, 2018, at 3:58 PM, ASV <[email protected]> wrote: > > > > Anyway, looking forward for the patch. I'm glad I've helped the > > project > > somehow. Thanks a lot for your time and responsiveness. > > https://github.com/heimdal/heimdal/commit/dd249257e397a26c48164122c89 > 2c96a10b64c44 >