So, I just followed the instructions for installing the Calendar Server on my MacBook, got it up and running, logged in as admin, and… Not sure how to add users. I tried adding another user in /conf/accounts.xml, but unless I missed something it didn't seem to create any directories for that user, even after I restarted the server. (So I changed it back.) Is this documented anywhere? I spent the last 45 minutes looking around online with no luck. :/ -- Tony
Tony, Please refer to this message previously discussed on the mailing list: http://lists.macosforge.org/pipermail/calendarserver-users/2008-April/000827... My guess is you just missed a step in the setup. Let me know if that doesn't solve the issue you are experiencing. Also, another way to add users is to use the CalDAVClientLibrary from http://trac.calendarserver.org/projects/calendarserver/wiki/CalDAVClientLibr... Good luck. -nutbar Tony Rogers wrote:
So, I just followed the instructions for installing the Calendar Server on my MacBook, got it up and running, logged in as admin, and… Not sure how to add users. I tried adding another user in /conf/accounts.xml, but unless I missed something it didn't seem to create any directories for that user, even after I restarted the server. (So I changed it back.) Is this documented anywhere? I spent the last 45 minutes looking around online with no luck. :/
-- Tony
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/calendarserver-users
Hi Tony, On Apr 30, 2008, at 12:05 PM, Tony Rogers wrote:
So, I just followed the instructions for installing the Calendar Server on my MacBook, got it up and running, logged in as admin, and… Not sure how to add users. I tried adding another user in / conf/accounts.xml, but unless I missed something it didn't seem to create any directories for that user, even after I restarted the server. (So I changed it back.)
Directories on disk are provisioned on demand. Which means they won't exist until a users accesses their calendar or someone tries to perform a scheduling operation with them. You can create them yourself by visiting http://server:andport/principals/users/ in a web browser. As well as http://server:andport/calendars/users/ This should create the all the directories for the users you've added.
Is this documented anywhere? I spent the last 45 minutes looking around online with no luck. :/
Not really, sorry. :\ -David
participants (3)
-
David Reid
-
Nick
-
Tony Rogers