Okay,

I have followed this configuration and have gotten delegates to show up and I can write to a calendar as a delegate, but how can I set the calendar owner to see the changes/entries made by a delegate who has been provided access? I'm also confused as to why I need to provide the name and password in the location block in addition to the user block?

Also, how does the "manage access to my account" GUI config supposed to work? Does this allow defining proxy users? Does it work with the flat file plist/XML files?

Sorry for the dumb questions, I'll be happy to write this up once I have an understanding of this, for the benefit of others :)


Here is my config:


  <user>
    <uid>user1</uid>
    <guid>user1</guid>
    <password>password</password>
    <name>user 1</name>
  </user>
<user>
  <uid>user2</uid>
  <guid>user2</guid>
  <password>password</password>
  <name>user 2</name>
  </user>



 <location>
  <uid>user1</uid>
  <password>password</password>
  <name>user 1</name>
   <auto-schedule/>
  <proxies>
  <member type="users">user2</member>
  </proxies>
  </location>

  <location>
  <uid>user2</uid>
  <password>password</password>
  <name>user 2</name>
  <auto-schedule/>
  <proxies>
  <member type="users">user1</member>
  </proxies>
  </location>



On Nov 9, 2007, at 9:51 AM, Joe Auty wrote:


Makes perfect sense, thanks!

My only questions are what does the auto-schedule flag do, and how did you discover this? Is there a source of documentation I was not aware of?

On Nov 9, 2007, at 5:34 AM, Damion Theobald wrote:

Hi,

I have setup some delegation with my setup. I edited the account.xml file
and have added the entry like this

<location>
  <uid>1stdelegate</uid>
  <password>password</password>
  <name>1stdelegate</name>
  <auto-schedule/>
  <proxies>
    <member type="users">uid1</member>
    <member type="users">uid2</member>
    <member type="users">uid3</member>
  </proxies>
</location>
<location>
  <uid>2nddelegate</uid>
  <password>password</password>
  <name>2nddelegate</name>
  <auto-schedule/>
  <proxies>
    <member type="users">uid1</member>
    <member type="users">uid2</member>
    <member type="users">uid3</member>
    <member type="users">uid4</member>
  </proxies>
</location>

In this instance uid1, uid2, uid3, would be able to delegate to,
'1stdelegate', and '2nddelegate', but uid4 would only be able to delegate to
'2nddelegate'



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Joe Auty
Sent: 09 November 2007 06:29
To: calendarserver-users@lists.macosforge.org
Subject: [CalendarServer-users] delegation help?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I've setup the Darwin Calendar Server and it appears to be working
fine in terms of reading and writing to user calendars. I would like
to setup delegation, but I'm a little bit confused as to how this
works. Would setting up the sudoers.plist file be required? If so,
could somebody kindly explain how this would work? I tried adding my
user/pass to this file, this produced error messages such as the
following:

Cannot authenticate proxy user without X-Authorize-As header

I'm not using Kerberos or Open Directory right now, just the XML files
for the time being... What does happen in iCal when I go to Manage
Access to my Account and I enter a username for another user defined
in the accounts-test.xml file is a "cannot find user" error dialog.

Is there any place I can find a quick tutorial on delegate control, or
am I already very close?







- -----------
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
[EMAIL PROTECTED]


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iD8DBQFHM/4+CgdfeCwsL5ERAjxtAJ46jeozGVgpfxnVInI0Eqch6QTQFACggOL2
D2agCRLRUXEwoqCgyzb60p4=
=PeoF
-----END PGP SIGNATURE-----
_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/calendarserver-users



_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/calendarserver-users

Attachment: PGP.sig
Description: This is a digitally signed message part

_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/calendarserver-users

Reply via email to