RE: LDAP quotas

2001-07-27 Thread Alain Turbide
The way I've always done it here is by using a web interface for all user account creation. That way I can update the ldap server (using Net::LDAP) and the IMAP server quota (using IMAP::Admin or Cyrus::Sieve)) at the same time. Only the Quota max is stored in LDAP (that's the value that is used

Re: LDAP quotas

2001-07-27 Thread Adi Linden
Hi Devdas, I am assuming you're keeping all your userdata in LDAP then. How do you manage the LDAP data? TTYL, Adi On Fri, 27 Jul 2001, Devdas Bhagat wrote: > On Fri, 27 Jul 2001, Prune spewed into the ether: > > > when di you run the script ? > > how often ? > > how ? (cron ?) > Everytime yo

Re[2]: LDAP quotas

2001-07-27 Thread Kevin J. Menard, Jr.
Hey Daniel, Friday, July 27, 2001, 4:46:25 AM, you wrote: DMsc> Hi Kevin, DMsc> reading the quotas from LDAP is a good idea. The problem DMsc> is updating the used disc space somewhere. If you want to DMsc> store this information also on LDAP, it will need an update DMsc> for every incoming me

Re: LDAP quotas

2001-07-27 Thread GOMBAS Gabor
On Fri, Jul 27, 2001 at 10:46:25AM +0200, [EMAIL PROTECTED] wrote: > Does it make sense to you to store the quota on LDAP and the > used disc space on a local file ? For me this doesn't seem > to be a good solution, because you have the data on 2 places. I think it does make sense. The quota and

Re: LDAP quotas

2001-07-27 Thread Atif Ghaffar
Devdas, can you patch ISPMan to do that? run the changeQuota handler only when the quota is changed. Quoting Devdas Bhagat <[EMAIL PROTECTED]>: > On Fri, 27 Jul 2001, Prune spewed into the ether: > > > when di you run the script ? > > how often ? > > how ? (cron ?) > Everytime you change somet

Re: LDAP quotas

2001-07-27 Thread Prune
Devdas Bhagat wrote: > On Fri, 27 Jul 2001, Prune spewed into the ether: > > >> when di you run the script ? >> how often ? >> how ? (cron ?) > > Everytime you change something for the user. Use a script that not only > adds the info to LDAP, but also sends it to cyrus. > To enable this over t

RE: LDAP quotas

2001-07-27 Thread Daniel . Matuschek
me this doesn't seem to be a good solution, because you have the data on 2 places. Daniel Matuschek Swisscom IP-Plus -Original Message- From: Kevin J. Menard, Jr. [mailto:[EMAIL PROTECTED]] Sent: Freitag, 27. Juli 2001 03:37 To: [EMAIL PROTECTED] Subject: LDAP quotas Hey guys,

Re: LDAP quotas

2001-07-27 Thread Devdas Bhagat
On Fri, 27 Jul 2001, Prune spewed into the ether: > when di you run the script ? > how often ? > how ? (cron ?) Everytime you change something for the user. Use a script that not only adds the info to LDAP, but also sends it to cyrus. To enable this over the web, split it into two parts: one of w

Re: LDAP quotas

2001-07-27 Thread Prune
HI Devdas Bhagat wrote: > On Fri, 27 Jul 2001, Kevin J. Menard, Jr. spewed into the ether: > >> I'm thinking about patching cyrus imapd to allow the reading of >> quotas from ldap. Does this appeal to anyone? Does this even >> make sense? Is this worth the trouble? > > Save me

Re: LDAP quotas

2001-07-26 Thread Devdas Bhagat
On Fri, 27 Jul 2001, Kevin J. Menard, Jr. spewed into the ether: > I'm thinking about patching cyrus imapd to allow the reading of > quotas from ldap. Does this appeal to anyone? Does this even > make sense? Is this worth the trouble? Save me the trouble ;). I have another suggestio

Re: LDAP quotas

2001-07-26 Thread Dan Makovec
Hi Kevin, I think this would be quite a useful feature, I hope it goes well! d. - Original Message - From: "Kevin J. Menard, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 11:06 AM Subject: LDAP quotas > Hey guys, > >

LDAP quotas

2001-07-26 Thread Kevin J. Menard, Jr.
Hey guys, I'm thinking about patching cyrus imapd to allow the reading of quotas from ldap. Does this appeal to anyone? Does this even make sense? Is this worth the trouble? Any ideas/flames/suggestions would be greatly appreciated. Or more interestingly, I'd like to be a