Manual merge changes in for the cidict/ipaclient add_user()

This commit is contained in:
Kevin McCarthy
2007-08-17 14:27:54 -07:00
parent 48bb474e68
commit a0e2fa00f1
4 changed files with 33 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ import ipa.config
import xmlrpclib
import kerberos
import ldap
def usage():
print "ipa-adduser [-c|--gecos STRING] [-d|--directory STRING] [-f|--firstname STRING] [-l|--lastname STRING] user"
@@ -55,7 +56,7 @@ def parse_options():
return options, args
def main():
user={}
user=ldap.cidict.cidict()
options, args = parse_options()
if len(args) != 2: