Bug 294294 - security/sssd2 Proposal to Enable Logs to File Default
Summary: security/sssd2 Proposal to Enable Logs to File Default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-07 00:45 UTC by dnpowers@me.com
Modified: 2026-04-11 17:15 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments
Patch to enable log to files by rc script (719 bytes, patch)
2026-04-07 00:45 UTC, dnpowers@me.com
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dnpowers@me.com 2026-04-07 00:45:01 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-04-11 17:14:29 UTC
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(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2026-04-11 17:15:45 UTC
That was a great suggestion, thanks for the PR.