mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-13 01:31:56 -06:00
dbe instead of lde One line bug fix for compat and nis tools
This commit is contained in:
parent
e5ccddf446
commit
07e55f44b2
@ -154,7 +154,7 @@ def main():
|
||||
retval = 2
|
||||
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."
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user