Skip to content

Commit

Permalink
Fix tests on sssd-ldap
Browse files Browse the repository at this point in the history
Signed-off-by: Edgar Aguilar <edgar.aguilar@oracle.com>
  • Loading branch information
Xeicker committed Jan 30, 2024
1 parent 9b71455 commit 5537b5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
# packages = /usr/lib/systemd/system/sssd.service
# profiles = xccdf_org.ssgproject.content_profile_stig

. $SHARED/setup_config_files.sh
setup_correct_sssd_config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
# packages = /usr/lib/systemd/system/sssd.service
# profiles = xccdf_org.ssgproject.content_profile_stig

. $SHARED/setup_config_files.sh
setup_correct_sssd_config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd-ldap

. $SHARED/setup_config_files.sh
setup_correct_sssd_config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# packages = sssd-ldap

. $SHARED/setup_config_files.sh
setup_correct_sssd_config
Expand All @@ -8,5 +9,5 @@ mkdir -p /etc/sssd/conf.d/
cat > "/etc/sssd/conf.d/unused.conf" << EOF
[domain/default]
ldap_id_use_start_tls = never
ldap_tls_reqcert = never
EOF

0 comments on commit 5537b5c

Please sign in to comment.