Created attachment 269436 [details] Patch to enable log to files by rc script Wasn't sure if this would be approprate, but it does appear to be desired in the community.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4730c46bdfd158a1f1141eee5bcc53dec3e4fa7 commit d4730c46bdfd158a1f1141eee5bcc53dec3e4fa7 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2026-04-11 17:09:27 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-04-11 17:13:14 +0000 security/sssd2: Log to /var/log/sssd and set up rotation PR: 294294, 294098, 285617 security/sssd2/Makefile | 2 ++ security/sssd2/files/sssd-newsyslog.conf.sample (new) | 1 + security/sssd2/files/sssd.in | 2 +- security/sssd2/pkg-plist | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-)
That was a great suggestion, thanks for the PR.