blob: afcdab5f2dddd10a4755357e46961974f773aeb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/src/examples/sssd.conf
+++ b/src/examples/sssd.conf
@@ -1,5 +1,4 @@
[sssd]
-services = nss, pam
domains = shadowutils
[nss]
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -47,8 +47,7 @@
#define SSSD_MIN_ID 1
#define CONFDB_DEFAULT_SHELL_FALLBACK "/bin/sh"
#define CONFDB_FALLBACK_CONFIG \
- "[sssd]\n" \
- "services = nss\n"
+ "[sssd]\n"
/* Configuration options */
|