<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hmm, I never got mine to update with the LDAP changes suggested.
Not sure what to try next. I have made the changes in the Kolab
Admin Web UI as well, but the user still has old 1GB quota set and
no email coming into the account due to this I feel.</p>
<p>Looking for suggestions, thanks in advance!</p>
<p>Klaus<br>
</p>
<pre class="moz-signature" cols="72">
</pre>
<div class="moz-cite-prefix">On 9/29/22 17:03, Geoff Nordli wrote:<br>
</div>
<blockquote type="cite"
cite="mid:754ca1e8-e718-6f02-3c14-f9acde326d4c@gnaa.net">Hi,
<br>
<br>
On 2018-01-16 11:28, Skale, Franz wrote:
<br>
<blockquote type="cite">Hi,
<br>
Am 2018-01-16 15:27, schrieb Sruli Saurymper:
<br>
<blockquote type="cite">Many thanks, I have never touched a ldap
table directly, please help me
<br>
understand further;
<br>
<br>
<blockquote type="cite">this only can be done using
ldapmodify:
<br>
ldif-example:
<br>
</blockquote>
Is this a .ldif file i need to create?
<br>
<blockquote type="cite">dn:
uid=user,ou=People,dc=example,dc=org
<br>
changetype: modify
<br>
replace: mailQuota
<br>
mailQuota: 2097152
<br>
<br>
/usr/lib/mozldap/ldapmodify -D "cn=Directory Manager" -f
<br>
change-mailquota.ldif -w [password]
<br>
</blockquote>
I do not have a dir /usr/lib/mozldap/ -- change-mailquota.ldif
is this
<br>
the file I created above?
<br>
</blockquote>
Then use the default ldapmodify utililty.
<br>
It should accept the same command parameters as mozldaps version
do !.
<br>
Yes, either you have to create a ldif file using an editor or,
when using a shellscript variant, put it in your script.
(<<EOF).
<br>
ldapmodify should support reading the file from STDIN using -f
-. (Try and test).
<br>
<br>
Debian provides the mozldap-tools package:
<br>
mozldap-tools: /usr/lib/mozldap/ldapmodify
<br>
Perhaps you forgot to install the package (Highly recommended).
<br>
<br>
<blockquote type="cite">
<blockquote type="cite">modifying entry
uid=user,ou=People,dc=example,dc=com
<br>
<br>
It's quite easy to create a shell script for this purpose !
<br>
</blockquote>
Once I understand it properly I can create a bash script to
automate.
<br>
</blockquote>
<br>
</blockquote>
Once you do the update, should it show in the kolab list-quota
right away or does something need to sync between ldap and cyrus?
<br>
<br>
list-quota is still showing the old value, even after a few hours.
<br>
<br>
I assume ldapmodify would error out if it didn't find the
object/property.
<br>
<br>
On a side note is there a spot to create a global quota? The
Kolab Webadmin interface shows 0 on all accounts. I tried
changing that but it had no affect.
<br>
<br>
thanks,
<br>
<br>
Geoff
<br>
<br>
_______________________________________________
<br>
users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<br>
<a class="moz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a><br>
</blockquote>
</body>
</html>