summaryrefslogtreecommitdiffstats
path: root/debian/patches/default-to-socket-activated-services.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/default-to-socket-activated-services.diff')
-rw-r--r--debian/patches/default-to-socket-activated-services.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/default-to-socket-activated-services.diff b/debian/patches/default-to-socket-activated-services.diff
new file mode 100644
index 0000000..afcdab5
--- /dev/null
+++ b/debian/patches/default-to-socket-activated-services.diff
@@ -0,0 +1,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 */