mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add trust management for Active Directory trusts
This commit is contained in:
committed by
Martin Kosek
parent
dd244c02dd
commit
a7420c1e83
@@ -131,6 +131,7 @@ def main():
|
||||
break
|
||||
|
||||
# Check we have a public IP that is associated with the hostname
|
||||
ip = None
|
||||
try:
|
||||
if options.ip_address:
|
||||
ip = ipautil.CheckedIPAddress(options.ip_address, match_local=True)
|
||||
|
||||
Reference in New Issue
Block a user