Re: git: 68af7b3d319e - main - security/sudo: Add sssd flavor

From: Xavier Beaudouin <kiwi_at_freebsd.org>
Date: Sat, 11 Jan 2025 19:13:01 UTC
Hello Larry

>> +.if ${FLAVOR:U} == sssd
>> +OPTIONS_DEFAULTS+=	SSSD2
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shouldn't this be OPTIONS_DEFAULT?

No before there is already OPTIONS_DEFAULT=AUDIT PAM SSL before.
Removing += will remove AUDIT PAM and SSL options.

Kind regards,
Xavier