notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
oddjob D-Bus service that runs privileged jobs for client applications
0.34.7 sysutilsnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: joneum@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-08-13 09:00:10
Last Update: 2026-08-13 08:58:47
Commit Hash: 72413ce
License: BSD3CLAUSE
WWW:
https://codeberg.org/freeipa/oddjob
Description:
oddjob is a D-Bus service which performs particular tasks for clients that connect to it and issue requests over the system message bus. Each task is run by a helper started by the oddjobd daemon under a configurable set of access controls, so unprivileged clients can trigger specific privileged operations without being granted broad privileges. FreeIPA uses oddjob to run privileged server-side helpers (AD trust setup, SID configuration and replica connection checks).
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (25 items)
Collapse this list.
  1. /usr/local/share/licenses/oddjob-0.34.7/catalog.mk
  2. /usr/local/share/licenses/oddjob-0.34.7/LICENSE
  3. /usr/local/share/licenses/oddjob-0.34.7/BSD3CLAUSE
  4. bin/oddjob_request
  5. etc/dbus-1/system.d/oddjob-mkhomedir.conf
  6. etc/dbus-1/system.d/oddjob.conf
  7. etc/oddjobd.conf
  8. etc/oddjobd.conf.d/oddjobd-introspection.conf
  9. etc/oddjobd.conf.d/oddjobd-mkhomedir.conf
  10. lib/security/pam_oddjob_mkhomedir.so
  11. libexec/oddjob/mkhomedir
  12. libexec/oddjob/sanity.sh
  13. sbin/oddjobd
  14. share/man/man1/oddjob_request.1.gz
  15. share/man/man5/oddjob-mkhomedir.conf.5.gz
  16. share/man/man5/oddjob.conf.5.gz
  17. share/man/man5/oddjobd-introspection.conf.5.gz
  18. share/man/man5/oddjobd-mkhomedir.conf.5.gz
  19. share/man/man5/oddjobd.conf.5.gz
  20. share/man/man8/oddjobd.8.gz
  21. share/man/man8/pam_oddjob_mkhomedir.8.gz
  22. @dir etc/oddjob
  23. @owner
  24. @group
  25. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • oddjobd
Dependency lines:
  • oddjob>0:sysutils/oddjob
To install the port:
cd /usr/ports/sysutils/oddjob/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/oddjob
  • pkg install oddjob
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: oddjob
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1786374008 SHA256 (oddjob-0.34.7.tar.gz) = 53d1024eeac6637af899367c862d3b68c3a64ff73691ca617cdacc3e8c9b311a SIZE (oddjob-0.34.7.tar.gz) = 100320

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. autoconf>=2.73 : devel/autoconf
  4. automake>=1.18.1 : devel/automake
  5. libtoolize : devel/libtool
Library dependencies:
  1. libdbus-1.so : devel/dbus
  2. libxml2.so : textproc/libxml2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_oddjob
USES:
autoreconf gmake libtool pkgconfig
pkg-message:
For install:
oddjob installed a D-Bus system policy. Reload the system message bus so oddjobd is allowed to claim its bus name: service dbus reload To run the daemon standalone (FreeIPA starts it for you via ipactl): sysrc oddjobd_enable=YES service oddjobd start
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/freeipa/oddjob/archive/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.34.7
13 Aug 2026 08:58:47
commit hash: 72413ce51bdad09f65daecc5ddb13c5aae245959commit hash: 72413ce51bdad09f65daecc5ddb13c5aae245959commit hash: 72413ce51bdad09f65daecc5ddb13c5aae245959commit hash: 72413ce51bdad09f65daecc5ddb13c5aae245959 files touched by this commit
Jochen Neumeister (joneum) search for other commits by this committer
sysutils/oddjob: Add new Port

oddjob is a D-Bus service (oddjobd) that runs a fixed set of privileged
jobs on behalf of unprivileged client applications. FreeIPA uses it for
oddjob-mkhomedir, which creates a user's home directory on first login.
The port disables the systemd, sysvinit, Python and SELinux features
that do not apply on FreeBSD and ships a native rc script.

WWW: https://codeberg.org/freeipa/oddjob

Sponsored by:	Netzkommune GmbH

Required for: FreeIPA server port

Number of commits found: 1