Skip to content

Commit

Permalink
Tests: Install nss-pam-ldapd package for alltests-tier2
Browse files Browse the repository at this point in the history
Install nss-pam-ldapd package for alltests-tier2

Reviewed-by: Steeve Goveas <[email protected]>
  • Loading branch information
aborah-sudo authored and pbrezina committed Mar 31, 2022
1 parent 6d10598 commit aa054c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/multihost/alltests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@ def removeproxyldap():
def nslcd(session_multihost, request):
""" Setup nslcd.conf """
ldap_uri = session_multihost.master[0].sys_hostname
session_multihost.client[0].run_command("yum install "
"-y nss-pam-ldapd",
raiseonerr=False)
basedn = 'dc=example0,dc=test'
contents = '''uid nslcd
gid ldap
Expand Down

0 comments on commit aa054c2

Please sign in to comment.