Mercurial > hg > Blog
view content/Linux/debian-fixing-problem-with-defaults-entries.md @ 100:ec4fc0b8cc08
add a blog entry for bogofilter
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 26 Mar 2020 02:27:07 +0100 |
parents | 1d9382b0329b |
children |
line wrap: on
line source
Title: Fixing the dreaded "problem with defaults entries" in debian Date: 2018-09-29 Lang: en Tags: Debian At work we host a number of [Debian](https://www.debian.org/) VMs. Most of them are integrated into the central active directory server using the [sssd](https://packages.debian.org/jessie/utils/sssd) package. Quite unrelatedly my boss kept nagging me about incoming emails to root that looked like this :::shell Subject: *** SECURITY information for <host> *** <host> : Sep 29 05:45:42 : user : problem with defaults entries ; TTY=pts/0 ; PWD=/home/user ; I found the relationship between sssd and the eMails only after some heavy googling: the sssd package modifies `/etc/nsswitch.conf` and adds the sssd as the source for sudoers. Since we do not keep that info in active directory anyway the fix is easy - simply remove the sssd config for sudoers and enjoy a quiet life without security emails.