Skip to content

Commit

Permalink
Merge pull request #11953 from mpurg/ubuntu_fix_tests_sssd
Browse files Browse the repository at this point in the history
Fix tests for sssd_offline_cred_expiration for Ubuntu
  • Loading branch information
dodys committed May 7, 2024
2 parents 5a5ca71 + b002bda commit 2c7211b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

# platform = Oracle Linux 8,Red Hat Enterprise Linux 8
source common.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#!/bin/bash
# packages = sssd

SSSD_CONF="/etc/sssd/sssd.conf"

{{% if 'ubuntu' not in product %}}
yum -y install /usr/lib/systemd/system/sssd.service
{{% endif %}}
systemctl enable sssd
mkdir -p /etc/sssd
touch $SSSD_CONF
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd

source common.sh

Expand Down

0 comments on commit 2c7211b

Please sign in to comment.