[CalendarServer-changes] [9409] PyKerberos/trunk/test.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 12:13:42 PDT 2012


Revision: 9409
          http://trac.macosforge.org/projects/calendarserver/changeset/9409
Author:   cdaboo at apple.com
Date:     2012-07-05 12:13:42 -0700 (Thu, 05 Jul 2012)
Log Message:
-----------
Fix test script to work with new client init api.

Modified Paths:
--------------
    PyKerberos/trunk/test.py

Modified: PyKerberos/trunk/test.py
===================================================================
--- PyKerberos/trunk/test.py	2012-07-05 17:35:10 UTC (rev 9408)
+++ PyKerberos/trunk/test.py	2012-07-05 19:13:42 UTC (rev 9409)
@@ -197,7 +197,7 @@
         return        
 
     try:
-        rc, vc = kerberos.authGSSClientInit(service);
+        rc, vc = kerberos.authGSSClientInit(service=service);
     except kerberos.GSSError, e:
         print "Could not initialize GSSAPI: %s/%s" % (e[0][0], e[1][0])
         return
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120705/38bc4a38/attachment-0001.html>


More information about the calendarserver-changes mailing list