We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e688c commit 20f13feCopy full SHA for 20f13fe
2 files changed
linux_os/guide/services/sssd/sssd_run_as_sssd_user/tests/wrong_section_sssd.fail.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+# packages = /usr/lib/systemd/system/sssd.service
3
+
4
+systemctl enable sssd
5
+mkdir -p /etc/sssd/conf.d
6
+echo -e "[sssd-wrong]\nuser = sssd" >> /etc/sssd/conf.d/ospp.conf
7
+chmod 600 /etc/sssd/conf.d/ospp.conf
linux_os/guide/services/sssd/sssd_run_as_sssd_user/tests/wrong_value_sssd.fail.sh
+echo -e "[sssd]\nuser = sssd\nuser = sssd-wrong" >> /etc/sssd/conf.d/ospp.conf
0 commit comments