Do group operations based on the group DN, not the CN

Add new class of errors for connections
Raise an exception if a connection cannot be made due to missing ccache
This commit is contained in:
rcritten@redhat.com
2007-10-02 16:56:51 -04:00
parent cfac4acf9f
commit 6aa72b44e4
4 changed files with 66 additions and 39 deletions

View File

@@ -28,7 +28,7 @@ import xmlrpclib
import kerberos
def usage():
print "ipa-findgroup <uid>"
print "ipa-findgroup <group_name>"
sys.exit()
def parse_options():