Re: User creation - automatic subscriptions

2003-12-05 Thread Ken Murchison
Mike Cathey wrote: Rob, On Thu, 2003-12-04 at 16:24, Rob Siemborski wrote: You need to use a SASL mechanism that supports authorization (e.g. PLAIN, DIGEST-MD5, GSSAPI...) Thanks for the quick response. I'm able to login with imtest when i use -m login. The attachment is what I get when I

Re: User creation - automatic subscriptions

2003-12-05 Thread Mike Cathey
Ken, On Fri, 2003-12-05 at 09:59, Ken Murchison wrote: You need to use TLS before PLAIN will be advertised. Thanks! That worked. One more question (*I think*). I added some debugging statements to imtest and it looks like it's sending the normal username (-u; pointer) when it logs into the

Re: User creation - automatic subscriptions

2003-12-05 Thread Ken Murchison
Mike Cathey wrote: Ken, On Fri, 2003-12-05 at 09:59, Ken Murchison wrote: You need to use TLS before PLAIN will be advertised. Thanks! That worked. One more question (*I think*). I added some debugging statements to imtest and it looks like it's sending the normal username (-u; pointer)

Re: User creation - automatic subscriptions

2003-12-05 Thread Ken Murchison
Ken Murchison wrote: Mike Cathey wrote: Ken, On Fri, 2003-12-05 at 09:59, Ken Murchison wrote: You need to use TLS before PLAIN will be advertised. Thanks! That worked. One more question (*I think*). I added some debugging statements to imtest and it looks like it's sending the normal

Re: User creation - automatic subscriptions

2003-12-05 Thread Mike Cathey
Ken, On Fri, 2003-12-05 at 15:14, Ken Murchison wrote: Just realized that you have the options backwards: *nod* I switched that during testing when I realized the mistake. :) The PLAIN response has the form: authzid\0authid\0password That's what I was looking for. Then it's base64

User creation - automatic subscriptions

2003-12-04 Thread Alain Williams
Summary: can safely I put mailbox subscriptions for a new user directly into their .sub file ? Hi, I am putting together a large cyrus system - 20,000 users - at a UK college. Creation of users need to be automatic, I will get a list of new users every day from central admin. Logged in as

Re: User creation - automatic subscriptions

2003-12-04 Thread Craig Ringer
The user then needs to be subscribed to their mailboxes. This must be done logged in as the user - that is hard, I have no way of knowing their password. This might be easily worked around using the ability of cyrus-SASL to authenticate one set of credentials and authorize access to a different

Re: User creation - automatic subscriptions

2003-12-04 Thread Simon Matter
Summary: can safely I put mailbox subscriptions for a new user directly into their .sub file ? Hi, I am putting together a large cyrus system - 20,000 users - at a UK college. Creation of users need to be automatic, I will get a list of new users every day from central admin. Logged in

Re: User creation - automatic subscriptions

2003-12-04 Thread Ken Murchison
Alain Williams wrote: Summary: can safely I put mailbox subscriptions for a new user directly into their .sub file ? Hi, I am putting together a large cyrus system - 20,000 users - at a UK college. Creation of users need to be automatic, I will get a list of new users every day from central

Re: User creation - automatic subscriptions

2003-12-04 Thread Mike Cathey
Ken, On Thu, 2003-12-04 at 09:52, Ken Murchison wrote: Using cyradm, this would look like: cyradm --user cyrus --authz userid --auth digest-md5 localhost Using imtest, it would look like this: imtest -a cyrus -u userid -m digest-md5 localhost Both of these will authenticate you as

Re: User creation - automatic subscriptions

2003-12-04 Thread Mike Cathey
Rob, On Thu, 2003-12-04 at 16:24, Rob Siemborski wrote: You need to use a SASL mechanism that supports authorization (e.g. PLAIN, DIGEST-MD5, GSSAPI...) Thanks for the quick response. I'm able to login with imtest when i use -m login. The attachment is what I get when I try to use -m plain.