mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Get the created range type in case of re-establishing trust
This is a regression fix introduced by commit id:
285ed59889
Fixes internal error in case of re-establishing the trust.
This commit is contained in:
committed by
Martin Kosek
parent
f34b8896f9
commit
ced2170b9d
@@ -342,6 +342,8 @@ sides.
|
||||
# provide a global mapping across all subdomains
|
||||
(created_range_type, _, _) = self.add_range(range_name, dom_sid,
|
||||
*keys, **options)
|
||||
else:
|
||||
created_range_type = old_range['result']['iparangetype'][0]
|
||||
|
||||
trust_filter = "cn=%s" % result['value']
|
||||
ldap = self.obj.backend
|
||||
|
Reference in New Issue
Block a user