[CalendarServer-changes] [2113] CalendarServer/trunk/twistedcaldav/authkerb.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 1 13:59:17 PST 2008


Revision: 2113
          http://trac.macosforge.org/projects/calendarserver/changeset/2113
Author:   cdaboo at apple.com
Date:     2008-02-01 13:59:15 -0800 (Fri, 01 Feb 2008)

Log Message:
-----------
Fix some comments only.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/authkerb.py

Modified: CalendarServer/trunk/twistedcaldav/authkerb.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/authkerb.py	2008-01-24 00:09:04 UTC (rev 2112)
+++ CalendarServer/trunk/twistedcaldav/authkerb.py	2008-02-01 21:59:15 UTC (rev 2113)
@@ -23,7 +23,7 @@
     1. An alternative to password based BASIC authentication in which the BASIC credentials are
         verified against Kerberos.
    
-    2. The NEGOTIATE mechanism (as defined in http://www.ietf.org/internet-drafts/draft-jaganathan-kerberos-http-01.txt)
+    2. The NEGOTIATE mechanism (as defined in http://www.ietf.org/rfc/rfc4559.txt)
         that implements full GSSAPI authentication.
 """
 
@@ -189,10 +189,7 @@
         
 class NegotiateCredentialFactory(KerberosCredentialFactoryBase):
     """
-    Authorizer for insecure Basic (base64-encoded plaintext) authentication.
-
-    This form of authentication is insecure and should only be used when SSL is in effect.
-    Right now we do not check for that.
+    Authorizer for Negotiate authentication (http://www.ietf.org/rfc/rfc4559.txt).
     """
 
     scheme = 'negotiate'

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080201/450cb8f1/attachment.html


More information about the calendarserver-changes mailing list