[CalendarServer-changes] [12221] twext/trunk/twext/who/opendirectory/_constants.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:19:55 PDT 2014


Revision: 12221
          http://trac.calendarserver.org//changeset/12221
Author:   wsanchez at apple.com
Date:     2014-01-02 17:16:40 -0800 (Thu, 02 Jan 2014)
Log Message:
-----------
Correct ODMatchType.any, add ODAuthMethod constants.

Modified Paths:
--------------
    twext/trunk/twext/who/opendirectory/_constants.py

Modified: twext/trunk/twext/who/opendirectory/_constants.py
===================================================================
--- twext/trunk/twext/who/opendirectory/_constants.py	2014-01-03 00:31:22 UTC (rev 12220)
+++ twext/trunk/twext/who/opendirectory/_constants.py	2014-01-03 01:16:40 UTC (rev 12221)
@@ -388,7 +388,7 @@
 
 
 class ODMatchType(Values):
-    all = ValueConstant(0x2001)
+    all = ValueConstant(0x0001)
 
     equals = ValueConstant(0x2001)
     equals.matchType = MatchType.equals
@@ -427,3 +427,8 @@
             ))
 
         return cls._matchTypeByMatchType.get(matchType, None)
+
+
+
+class ODAuthMethod(Values):
+    digestMD5 = ValueConstant(u"dsAuthMethodStandard:dsAuthNodeDIGEST-MD5")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/938f36c8/attachment.html>


More information about the calendarserver-changes mailing list