summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-nis-manage
diff options
context:
space:
mode:
authorJr Aquino <Jr.Aquino@citrix.com>2010-12-08 14:26:17 -0800
committerSimo Sorce <ssorce@redhat.com>2010-12-22 11:05:34 -0500
commit07e55f44b27deee33066437771a5c4829761d6c5 (patch)
tree6dbee749e33a5f4f92127cd32f2330f67b68f31e /install/tools/ipa-nis-manage
parente5ccddf446c5f1ae22a29b67062372b6dfbd35d7 (diff)
downloadfreeipa-07e55f44b27deee33066437771a5c4829761d6c5.tar.gz
freeipa-07e55f44b27deee33066437771a5c4829761d6c5.tar.xz
freeipa-07e55f44b27deee33066437771a5c4829761d6c5.zip
dbe instead of lde One line bug fix for compat and nis tools
Diffstat (limited to 'install/tools/ipa-nis-manage')
-rwxr-xr-xinstall/tools/ipa-nis-manage2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-nis-manage b/install/tools/ipa-nis-manage
index 3878d30ee..81bb9cdff 100755
--- a/install/tools/ipa-nis-manage
+++ b/install/tools/ipa-nis-manage
@@ -184,7 +184,7 @@ def main():
pass
except errors.DatabaseError, dbe:
print "An error occurred while talking to the server."
- print lde
+ print dbe
retval = 1
except errors.LDAPError, lde:
print "An error occurred while talking to the server."