Displaying 3 results from an estimated 3 matches for "sharing_user".
2008 Nov 16
8
IMAP ACLs and global ACLs in v1.2
I just committed code for IMAP ACL support based on the code from Kolab
people. I did quite large changes though.
I also changed how global ACLs are handled. Previously local ACLs could
override global ACLs, but now that users are able to modify the ACLs I
think it should be the other way around. From what I've heard global
ACLs are typically added for things like 1) disallowing user from
2006 Oct 24
4
Shared folders plans for the future
...sed for this, so the
database could be in SQL or in a berkeley db file. The downside to this
is that the file needs to be readable and writable to everyone, so if
users have shell access the users could break the file.
They dictionary would contain data in format
"<destination_user>/<sharing_user>" = 1 and
"<destination_group>/<sharing_user>" = 1, ie. the value would be ignored
and only the existence of the keys would be important. Then iterating
through "<my_username>/*" and "<all_my_groups>/*" would list the users
who probably...
2016 Apr 04
5
enable/disable shared namespace in passdb
hello all
i'm currently using passdb to enable and disable various namespaces
conditionally : for example the following work
namespace/inbox/inbox=no
namespace/legacy_pfso/disabled=no
namespace/legacy_pfso/inbox=no
namespace/local_storage/disabled=no
namespace/comboINBOX_local_pfso/disabled=no
namespace/comboINBOX_local_pfso/inbox=yes
but i can't get things like the following to work