<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On Monday 14 April 2014 11:25 PM,
Morgen Sagen wrote:<br>
</div>
<blockquote
cite="mid:A98E5071-4342-4680-8151-C746FA65CF99@apple.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
Sorry, I didn’t explain the situation clearly enough: XML files
with <guid> elements containing values (such as “admin”)
which are not in GUID form are <b>still allowed</b> in the 5.x
codebase. It will not become an issue until <b>6.x</b> in which
the code is stricter about GUID values, at which point we will
have an upgrade solution.</blockquote>
Ok. So, I believe I can go ahead and comment the line where we are
doing:<br>
<br>
assert len(name) > 4, "Directory record has an invalid
GUID: %r" % (<br>
name,)<br>
<br>
Any idea on what could this break? if I don't comment out this line,
xml records with guid lesser than 5 characters such as "test" are
considered invalid.<br>
<br>
Also, could you tell me the direct url to be added for accessing
tasks? For ex. for calendar I add
<a class="moz-txt-link-freetext" href="http://">http://</a><calendarserver>:8008/calendars/users/<user>/calendar/?<br>
<br>
<br>
Thanks,<br>
Rahul.<br>
</body>
</html>