mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-13 06:25:00 -05:00
Use secure LDAP connection in tests
Integration tests are now using StartTLS with IPA's CA cert instead of plain text connections. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
a3934a211d
commit
1a2ceb1557
@@ -133,8 +133,9 @@ class TestExternalCA(IntegrationTest):
|
||||
result = self.master.run_command([
|
||||
'ldapsearch',
|
||||
'-x',
|
||||
'-D',
|
||||
'cn=directory manager',
|
||||
'-ZZ',
|
||||
'-h', self.master.hostname,
|
||||
'-D', 'cn=directory manager',
|
||||
'-w', self.master.config.dirman_password,
|
||||
'-b', 'cn=mapping tree,cn=config',
|
||||
'(cn=replica)',
|
||||
|
||||
Reference in New Issue
Block a user