Add trust management for Active Directory trusts

This commit is contained in:
Alexander Bokovoy
2012-02-28 13:24:41 +02:00
committed by Martin Kosek
parent dd244c02dd
commit a7420c1e83
10 changed files with 673 additions and 8 deletions

View File

@@ -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)