Implement delete users and groups

Implement adding a group to a group
Some other small fixups
Add new cmd-line tool ipa-delgroup
This commit is contained in:
rcritten@redhat.com
2007-08-28 13:52:08 -04:00
parent 6eea6664e0
commit eebaa73d3d
8 changed files with 227 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ import xmlrpclib
import kerberos
def usage():
print "ipa-adduser user"
print "ipa-deluser user"
sys.exit(1)
def parse_options():