Skip to content

Commit

Permalink
Update regression_m2_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
droideck committed Jan 14, 2025
1 parent af49331 commit 8371b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirsrvtests/tests/suites/replication/regression_m2_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, from_inst, to_inst, cn = None):
self.binddn = f'cn={cn},cn=config'
else:
self.usedn = False
self.cn = f'{DEFAULT_SUFFIX}:{self.from_inst.host}:{self.from_inst.sslport}'
self.cn = ldap.dn.escape_dn_chars(f'{DEFAULT_SUFFIX}:{self.from_inst.host}:{self.from_inst.sslport}')
self.binddn = f'cn={self.cn}, ou=Services, {DEFAULT_SUFFIX}'
self.original_state = []
self._pass = False
Expand Down

0 comments on commit 8371b7f

Please sign in to comment.