[CalendarServer-changes] [13805] CalendarServer/trunk/calendarserver/provision/root.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 30 19:38:58 PDT 2014


Revision: 13805
          http://trac.calendarserver.org//changeset/13805
Author:   sagen at apple.com
Date:     2014-07-30 19:38:58 -0700 (Wed, 30 Jul 2014)
Log Message:
-----------
Use authnUser instead of authzUser

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/provision/root.py

Modified: CalendarServer/trunk/calendarserver/provision/root.py
===================================================================
--- CalendarServer/trunk/calendarserver/provision/root.py	2014-07-30 18:50:40 UTC (rev 13804)
+++ CalendarServer/trunk/calendarserver/provision/root.py	2014-07-31 02:38:58 UTC (rev 13805)
@@ -367,7 +367,7 @@
                             .format(agent)
                         ))
 
-        if not hasattr(request, "authzUser"):
+        if not hasattr(request, "authnUser"):
             try:
                 authnUser, authzUser = yield self.authenticate(request)
                 request.authnUser = authnUser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140730/04f7d2d2/attachment.html>


More information about the calendarserver-changes mailing list