Shared folders with sub folders

Gunnar Wrobel wrobel at pardus.de
Tue Oct 10 08:48:45 CEST 2006


"Robert Szentmihalyi" <robert at x-mail.de> writes:

> Hi,
>
> while mirgating an Exchange 5.5 server to Kolab, I realized that you
> cannot create a sub folder inside a shared folder unless the permissions
> on that shared folder are manually set to lrswipcd using cyradm.
>
> However, the permissions seem to be automatically reset. So, after some
> time, the MUA tells me again that the permissions are not sufficient to
> create a folder inside the shared folder and I have have to launch cyradm
> again....
>
> Any hints?

Read up on that issue...

There is a short section in the
perl-kolab/perl-kolab/Kolab-LDAP/LDAP.pm.in script (see Kolab CVS)
that looks like this:

    elsif( lc $perm eq 'write' ) { if( $sf ) { $_ = "$uid lrsiwdp"; } else { $_ = "$uid lrsiwcdp"; } }
    elsif( lc $perm eq 'all' ) { if( $sf ) { $_ = "$uid lrsiwdap"; } else { $_ = "$uid lrsiwcdap"; } }

The trailing part will specifically disallow creating subfolders for
shared folders (e.g. if $sf => "c" will not be given as permission).

This change originates from 

http://kolab.org/cgi-bin/viewcvs-kolab.cgi/server/perl-kolab/Kolab-LDAP/Attic/LDAP.pm.diff?r1=1.29&r2=1.30

And the reason for that behaviour has been given in 

https://intevation.de/roundup/kolab/issue222

Cheers,

Gunnar

-- 
____ http://www.pardus.de _________________ http://gunnarwrobel.de _

E-mail : wrobel at pardus.de                          Dr. Gunnar Wrobel
Tel.   : +49 40 432 72335                      Hartwig-Hesse Str. 12
Fax    : +49 40 432 70855                            D-20257 Hamburg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  >> Mail at ease - Kolab out of the box <<                 P at rdus
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




More information about the users mailing list