summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-adtrust-install
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2012-02-28 13:24:41 +0200
committerMartin Kosek <mkosek@redhat.com>2012-06-07 09:39:09 +0200
commita7420c1e83e22a2d441804a7cc5bcf3815a89e47 (patch)
tree72352e34cce1ad3973ff90c73253941dbfdeb093 /install/tools/ipa-adtrust-install
parentdd244c02dd544f518574f45931342b97fd9e0162 (diff)
downloadfreeipa-a7420c1e83e22a2d441804a7cc5bcf3815a89e47.tar.gz
freeipa-a7420c1e83e22a2d441804a7cc5bcf3815a89e47.tar.xz
freeipa-a7420c1e83e22a2d441804a7cc5bcf3815a89e47.zip
Add trust management for Active Directory trusts
Diffstat (limited to 'install/tools/ipa-adtrust-install')
-rwxr-xr-xinstall/tools/ipa-adtrust-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index 0dfc6eba6..5b7dc9fdf 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -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)