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
Unknown Object (File)
Thu, Nov 6, 9:09 AM
Unknown Object (File)
Tue, Nov 4, 5:12 PM
Unknown Object (File)
Tue, Nov 4, 5:12 PM
Unknown Object (File)
Tue, Nov 4, 5:12 PM
Unknown Object (File)
Tue, Nov 4, 5:11 PM
Unknown Object (File)
Mon, Nov 3, 9:12 AM
Unknown Object (File)
Sat, Nov 1, 9:24 AM
Unknown Object (File)
Fri, Oct 31, 3:42 PM
Subscribers
None

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.Wed, Oct 29, 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.