Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2021 15:03:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260801] heimdal site-local customization fails
Message-ID:  <bug-260801-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260801

            Bug ID: 260801
           Summary: heimdal site-local customization fails
           Product: Base System
           Version: 12.3-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: pmc@citylink.dinoex.sub.org

Created attachment 230541
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D230541&action=
=3Dedit
patch for 1-5

heimdal site-local configuration fails for the following reasons:

1. The configuration option "allow.null-ticket-addresses =3D false"
   is broken.
2. Configuration of a (non-default) filepath location of the heimdal
   db is broken.
3. kadmind deletes their pidfile on fork().
4. kadmind executes setpgid() while being a session leader already.
   (This is not allowed by POSIX, and while I think the flaw is with
   the OpenGroup, the syscall implementation adheres to POSIX.)
5. daemons cannot properly run multiple instances because of hardcoded
   pidfile names.

Fix:

kdc/hprop.c             1.
kpasswd/kpasswd.c       1. 2.
lib/hdb/keytab.c        1. 2.
kadmin/kadm_conn.c      3. 4.
lib/roken/write_pid.c   3. 5.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260801-227>