Implement user inactivation

Comment some functions
Add attribute argument to get_user()
This commit is contained in:
rcritten@redhat.com
2007-08-17 10:03:33 -04:00
parent 92be45e3fe
commit 05f6a22110
10 changed files with 211 additions and 15 deletions

View File

@@ -83,6 +83,9 @@ def main():
except kerberos.GSSError, e:
print "Could not initialize GSSAPI: %s/%s" % (e[0][0][0], e[0][1][0])
return 1
except xmlrpclib.ProtocolError, e:
print "Unable to connect to IPA server: %s" % (e.errmsg)
return 1
return 0