summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2016-02-25 15:25:12 +0100
committerTomas Babej <tbabej@redhat.com>2016-03-01 13:05:20 +0100
commit02d3ea106214c7e170cb9bf051e4085ade440134 (patch)
treeef2ac1ec2c20e2a36b0c9a880911150961b12f5a /ipatests/test_integration
parent271086ebdd10b2229534220d830d1cbd5af6a352 (diff)
downloadfreeipa-02d3ea106214c7e170cb9bf051e4085ade440134.tar.gz
freeipa-02d3ea106214c7e170cb9bf051e4085ade440134.tar.xz
freeipa-02d3ea106214c7e170cb9bf051e4085ade440134.zip
advise: configure TLS in redhat_nss_pam_ldapd and redhat_nss_ldap plugins
authconfig in config_redhat_nss_ldap and config_redhat_nss_pam_ldapd got new option --enableldaptls It should have effect primarily on el5 systems. https://fedorahosted.org/freeipa/ticket/5654 Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
-rw-r--r--ipatests/test_integration/test_advise.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/ipatests/test_integration/test_advise.py b/ipatests/test_integration/test_advise.py
index 613096f1c..82d6d84cf 100644
--- a/ipatests/test_integration/test_advise.py
+++ b/ipatests/test_integration/test_advise.py
@@ -104,7 +104,8 @@ class TestAdvice(IntegrationTest):
advice_regex = "\#\!\/bin\/sh.*" \
"yum[\s]+install[\s]+\-y[\s]+curl[\s]+openssl[\s]+nss_ldap" \
"[\s]+authconfig.*authconfig[\s]+\-\-updateall" \
- "[\s]+\-\-enableldap[\s]+\-\-enableldapauth[\s]+" \
+ "[\s]+\-\-enableldap[\s]+\-\-enableldaptls"\
+ "[\s]+\-\-enableldapauth[\s]+" \
"\-\-ldapserver=.*[\s]+\-\-ldapbasedn=.*"
raiseerr = True
@@ -116,8 +117,8 @@ class TestAdvice(IntegrationTest):
advice_regex = "\#\!\/bin\/sh.*" \
"yum[\s]+install[\s]+\-y[\s]+curl[\s]+openssl[\s]+" \
"nss\-pam\-ldapd[\s]+pam_ldap[\s]+authconfig.*" \
- "authconfig[\s]+\-\-updateall[\s]+" \
- "\-\-enableldap[\s]+\-\-enableldapauth[\s]+" \
+ "authconfig[\s]+\-\-updateall[\s]+\-\-enableldap"\
+ "[\s]+\-\-enableldaptls[\s]+\-\-enableldapauth[\s]+" \
"\-\-ldapserver=.*[\s]+\-\-ldapbasedn=.*"
raiseerr = True