Mercurial > hg > Blog
comparison content/Linux/debian-fixing-problem-with-defaults-entries.md @ 98:1d9382b0329b
Specify the syntax on markdown blocks to avoid broken output that has class=err
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Dec 2019 10:04:33 +0100 |
parents | c9b06b5c9185 |
children |
comparison
equal
deleted
inserted
replaced
97:e99db3bc53c1 | 98:1d9382b0329b |
---|---|
5 | 5 |
6 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. | 6 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. |
7 | 7 |
8 Quite unrelatedly my boss kept nagging me about incoming emails to root that looked like this | 8 Quite unrelatedly my boss kept nagging me about incoming emails to root that looked like this |
9 | 9 |
10 :::shell | |
10 Subject: *** SECURITY information for <host> *** | 11 Subject: *** SECURITY information for <host> *** |
11 | 12 |
12 <host> : Sep 29 05:45:42 : user : problem with defaults entries ; TTY=pts/0 ; PWD=/home/user ; | 13 <host> : Sep 29 05:45:42 : user : problem with defaults entries ; TTY=pts/0 ; PWD=/home/user ; |
13 | 14 |
14 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. | 15 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. |