mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05: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
|
# provide a global mapping across all subdomains
|
||||||
(created_range_type, _, _) = self.add_range(range_name, dom_sid,
|
(created_range_type, _, _) = self.add_range(range_name, dom_sid,
|
||||||
*keys, **options)
|
*keys, **options)
|
||||||
|
else:
|
||||||
|
created_range_type = old_range['result']['iparangetype'][0]
|
||||||
|
|
||||||
trust_filter = "cn=%s" % result['value']
|
trust_filter = "cn=%s" % result['value']
|
||||||
ldap = self.obj.backend
|
ldap = self.obj.backend
|
||||||
|
|||||||
Reference in New Issue
Block a user