[Freeipa-devel] Fix typo in ipaclient

Karl MacMillan kmacmill at redhat.com
Fri Aug 17 15:40:26 UTC 2007


Committed the following:

[?1034hdiff -r ba97af397f97 ipa-python/ipaclient.py
--- a/ipa-python/ipaclient.py	Fri Aug 17 11:30:13 2007 -0400
+++ b/ipa-python/ipaclient.py	Fri Aug 17 11:37:22 2007 -0400
@@ -70,7 +70,7 @@ class IPAClient:
         # FIXME: What is the default group for users?
         user['gidnumber'] ='501'
         user['krbprincipalname'] = "%s@%s" % (user['uid'], realm)
-        user['cn'] = "%s %s" % (user['givenname'], user['sn'])
+        user['cn'] = "%s %s" % (user['givenName'], user['sn'])
         if user.get('gn'):
                 del user['gn']
 





More information about the Freeipa-devel mailing list