mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
DNS Locations: extend server-* command with locations
Server find, server show, server mod should work with IPA locations. https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
@@ -106,7 +106,7 @@ class location(LDAPObject):
|
||||
)
|
||||
|
||||
def get_dn(self, *keys, **options):
|
||||
loc = keys[-1]
|
||||
loc = keys[0]
|
||||
assert isinstance(loc, DNSName)
|
||||
loc_a = loc.ToASCII()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user