[CalendarServer-changes] [13203] CalendarServer/trunk/txdav/who/util.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 8 13:22:36 PDT 2014


Revision: 13203
          http://trac.calendarserver.org//changeset/13203
Author:   sagen at apple.com
Date:     2014-04-08 13:22:36 -0700 (Tue, 08 Apr 2014)
Log Message:
-----------
Fix arg name in ldap service

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/util.py

Modified: CalendarServer/trunk/txdav/who/util.py
===================================================================
--- CalendarServer/trunk/txdav/who/util.py	2014-04-08 20:17:50 UTC (rev 13202)
+++ CalendarServer/trunk/txdav/who/util.py	2014-04-08 20:22:36 UTC (rev 13203)
@@ -99,7 +99,7 @@
             directory = LDAPDirectoryService(
                 params.uri,
                 params.rdnSchema.base,
-                creds=creds
+                credentials=creds
             )
 
         else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140408/cb045e1d/attachment.html>


More information about the calendarserver-changes mailing list