Page MenuHomeFreeBSD

security/sudo: Pass correct --with-sssd-conf value to configure
ClosedPublic

Authored by arrowd on Oct 13 2025, 3:29 PM.
Tags
None
Referenced Files
F151185006: D53072.id164097.diff
Mon, Apr 6, 4:24 PM
Unknown Object (File)
Sat, Apr 4, 2:21 PM
Unknown Object (File)
Sun, Mar 29, 6:30 PM
Unknown Object (File)
Sun, Mar 29, 12:38 PM
Unknown Object (File)
Thu, Mar 26, 4:00 PM
Unknown Object (File)
Mon, Mar 23, 8:25 PM
Unknown Object (File)
Mon, Mar 23, 1:47 AM
Unknown Object (File)
Sat, Mar 14, 1:40 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 67754
Build 64637: arc lint + arc unit

Event Timeline

arrowd created this revision.

Even if autoconf can discovering this, it is far better to force the detection of sssd.conf than using symbolic links to fix some hardcoded defaults. Strangely no know users of sssd consumer reported this. Ok for me.

This revision is now accepted and ready to land.Oct 29 2025, 6:12 AM

Even if autoconf can discovering this, it is far better to force the detection of sssd.conf than using symbolic links to fix some hardcoded defaults.

autoconf defaults to /etc/sssd/sssd.conf, which is wrong for FreeBSD.

Strangely no know users of sssd consumer reported this.

Yes, I'm also wondering about this.