summaryrefslogtreecommitdiffstats
path: root/contrib/RHEL4/ipa-client-setup
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/RHEL4/ipa-client-setup')
-rw-r--r--contrib/RHEL4/ipa-client-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/RHEL4/ipa-client-setup b/contrib/RHEL4/ipa-client-setup
index 4d1fead98..1096889eb 100644
--- a/contrib/RHEL4/ipa-client-setup
+++ b/contrib/RHEL4/ipa-client-setup
@@ -112,7 +112,7 @@ class ipaserver:
self.domain = lrealms[0].lower()
return True
- except LDAPError, err:
+ except LDAPError as err:
#no good
root_logger.error("Ldap Error: "+str(err))
return False
@@ -289,7 +289,7 @@ def main():
{'name':'empty', 'type':'empty'}]
try:
ldapconf.newConf("/etc/ldap.conf", opts)
- except Exception, e:
+ except Exception as e:
print "Configuration failed: " + str(e)
return 1