Add sssd configuration.

This commit is contained in:
Darren 'Tadgy' Austin 2026-04-01 17:01:51 +00:00
commit c140a4e0b2
5 changed files with 212 additions and 187 deletions

View file

@ -0,0 +1,8 @@
/var/log/sssd/*.log {
missingok
notifempty
sharedscripts
postrotate
kill -HUP `cat /var/run/sssd.pid` > /dev/null 2>&1 || true
endscript
}