Re: SETANNOTATION failed - NO Permission denied

2005-04-07 Thread Eddy Beliveau
Hi! Kenneth and Joon,
Thanks for your fast reply.
After a google search and reading Ken's response in article 
http://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2458
I just assume that cyrus-imapd will be updated in the future to permit /vendor/*

In the meantime, I will use the "/comment" annotation
Thanks again
You're doing a great job
Eddy
- Original Message - 
Eddy Beliveau wrote:
3 SETANNOTATION  "user/student1" "/hec/lastlogin_pop3_date" 
("value.shared" "Apr  4 13:56")
3 NO Permission denied

Did I missed something ?
You're trying to set an annotation which Cyrus doesn't understand. 
Currently the annotation space is not wide-open, it will only handle 
what its hard-coded to understand (see imap/annotate.c)
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


RE: SETANNOTATION failed - NO Permission denied

2005-04-06 Thread Joon Radley
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Ken Murchison
> Sent: Wednesday, April 06, 2005 10:13 PM
> To: Eddy Beliveau
> Cc: info-cyrus@lists.andrew.cmu.edu
> Subject: Re: SETANNOTATION failed - NO Permission denied
> 
> Eddy Beliveau wrote:
> 
> > Hi!
> > 
> > I'm using cyrus-imapd-2.2.8-6.3
> > and I want to add annotations to our users
> > 
> > 1  login superadmin superpassword
> > 2 setacl user/student1 superadmin lrswipcda
> > 3 SETANNOTATION  "user/student1" "/hec/lastlogin_pop3_date" 
> > ("value.shared" "Apr  4 13:56")
> > 3 NO Permission denied
> > 
> > Did I missed something ?
> 
> You're trying to set an annotation which Cyrus doesn't understand. 
> Currently the annotation space is not wide-open, it will only 
> handle what its hard-coded to understand (see imap/annotate.c)

We have created a patch for custom vendor annotation, you can download it at
http://www.toltec.co.za/downloads/toltec_annotate.patch.gz

This will enable you to add any annotation to the "/vendor/" name space.

Best regards

Joon Radley
Radley Network Technologies CC
Cell: +27 (0)83 368 8557
Fax: +27 (0)12 998 4346
E-mail: [EMAIL PROTECTED]

---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


Re: SETANNOTATION failed - NO Permission denied

2005-04-06 Thread Ken Murchison
Eddy Beliveau wrote:
Hi!
I'm using cyrus-imapd-2.2.8-6.3
and I want to add annotations to our users
1  login superadmin superpassword
2 setacl user/student1 superadmin lrswipcda
3 SETANNOTATION  "user/student1" "/hec/lastlogin_pop3_date" 
("value.shared" "Apr  4 13:56")
3 NO Permission denied

Did I missed something ?
You're trying to set an annotation which Cyrus doesn't understand. 
Currently the annotation space is not wide-open, it will only handle 
what its hard-coded to understand (see imap/annotate.c)

--
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html