Displaying 20 results from an estimated 4000 matches similar to: "linux groups & NT global groups with winbindd"
2007 Apr 18
3
file permissions with inherit permission + ACL's
Hi,
I have a share (testshare) where different unix groups (testgroup1,
testgroup2) should have access to. But I want that new files are only
created with 660 permissions.
Here are the ACL's of testshare:
# file: testshare
# owner: ralfgro
# group: ve
user::rwx
group::rwx
group:testgroup1:rwx
group:testgroup2:rwx
mask::rwx
other::---
default:user::rwx
default:group::---
2002 Feb 12
10
Winbind - Why won't you authenticate???
Well, I managed to get Samba 2.2.3 up and running on our Solaris 8 machine.
I installed with the winbind option and everything went though just find.
I was able to join the NT domain and now I can do a wbinfo -u "and get a
domain user list as well as a "wbinfo -g and get a group list. For some
reason though, the authentication isn't working.
I tried to "wbinfo -a" and
2009 Jun 15
2
Dovecot v1.2 assert() in ACL
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
using Dovecot v1.2 changeset: 9126:b745911012bb
ACL config:
acl = vfile
# To let users LIST mailboxes shared by other users, Dovecot needs a
# shared mailbox dictionary. For example:
acl_shared_dict = file:/var/cache/dovecot/shared-mailboxes
telnet localhost imap
0 login ....
1 getacl Sent
* ACL "Sent"
2018 Aug 07
2
limit sharing ability to certain users
still the same?
root at buserver:/etc/dovecot# doveadm user test2 at onnet.ch
field valueuserdb lookup: user test2 at onnet.ch doesn't exist
relevant config output from doveconf -n
userdb {
args = /etc/dovecot/dovecot-ldap.conf
driver = ldap
result_success = continue-ok
}
userdb {
args = username_format=%Lu /etc/dovecot/share.passwd
driver = passwd-file
result_failure =
2009 Feb 18
1
v1.2 can't set ACL to empty string
Hi *,
according to RfC4314 the rights argument to the setacl command might be
an empty string ("zero right characters"):
The third argument is a string containing an optional plus ("+") or
minus ("-") prefix, followed by zero or more rights characters.
existing clients (horde in particular) actually use this to remove all
rights from an user.
Currently
2009 Jan 15
2
get username of logged in user
Hello,
can I anywhere get the name of the currently logged in user?
I'm still implementing a custom ACL plugin (IMAP commands MYRIGHTS, GETACL, SETACL, DELETEACL), and for some functions (for example storing the current folder's ACL in combination with this username) I need to obtain the currently logged in IMAP user.
Is this possible? If yes - how?
Thanks in advance.
Best regards
2013 Feb 26
1
2.2.rc2: problem with acl_shared_dict
Hello,
2.2.rc2, configuration as before:
acl_shared_dict=file:...
The contents of this file is used for e.g. LISTing shared mailboxes.
But even with file and directory beeing world writable, it's not written
into on SETACL commands.
Instead, at least sometimes (it seems to make a difference if GETACL is
used before in the session) the imap process crashes on SETACL or DELETEACL.
Feb 26
2014 Feb 20
2
Why are ACLs for non-existent mailboxes accepted?
Dovecot 2.2.9-1 accepts SETACL commands that share mailboxes to non-existent
mailboxes. There is no error message. Is this intended behavior?
I think it's bad because clients present a success message when indeed the
intent of the user failed. Typos are hard to catch.
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
2011 Jun 27
1
ACLs: Group ACL adds empty ACL for user of same name, why?
I'm playing around with ACLs, Groups and SOGo on Debian Stable, Dovecot
1.2.15.
If I set an ACL for a group 'developers':
6 setacl "INBOX.Trash" "$developers" "lrsw"
6 OK Setacl complete.
The dovecot-acl file for INBOX.Trash then contains a group setting for the
group, and a user setting for a user of the same name, giving it no
permissions.
2012 Aug 29
1
ACL MySQL dict: to_user==from_user entries
Hi!
We run dovecot 2.1.6 with ACL support and MySQL dict for
shared/shared-boxes/user/$to/$from.
When a user does a SETACL (via IMAP) to himself he is added as $to and
$from to the MySQL dict. Se for example this IMAP conversation:
5 GETACL INBOX
* ACL "INBOX" "user at domain" lrwstipekxacd
5 OK Getacl completed.
6 SETACL INBOX user at domain lrwstipekxacd
6 OK Setacl
2009 Feb 11
3
v1.2.beta1 released
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta1.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta1.tar.gz.sig
Largest changes since v1.1 can be found from
http://dovecot.org/doc/NEWS-1.2
Changes since alpha5:
- Added support for ESORT extension (also SORT .. RETURN (PARTIAL) from
CONTEXT=SORT that allows windowing SORT results)
- pop3: If client idles for 10 seconds, commit
2009 Feb 11
3
v1.2.beta1 released
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta1.tar.gz
http://dovecot.org/releases/1.2/beta/dovecot-1.2.beta1.tar.gz.sig
Largest changes since v1.1 can be found from
http://dovecot.org/doc/NEWS-1.2
Changes since alpha5:
- Added support for ESORT extension (also SORT .. RETURN (PARTIAL) from
CONTEXT=SORT that allows windowing SORT results)
- pop3: If client idles for 10 seconds, commit
2011 Sep 12
2
creating a new column with values from another
I have 2 columns for weight. There are NAs in each column but not for the
same observation. Some observations have values for both. I would want to
prioritize the WT2 values so I would like to do the following:
>From this:
ID WT1 WT2
1 134 NA
2 145 155
1 NA 175
3 NA 187
To this:
ID WT1 WT2 WT
1 NA
2002 Mar 12
6
Memory leak in winbindd
I'm running Samba 2.2.3a on NetBSD. I've been having an annoying
problem with winbindd dying inexplicably. I finally found a test that
seems to (eventually) kill it:
while wbinfo -t > /dev/null; do /usr/bin/true; done
The problem is a memory leak in winbindd. Actually, wbinfo -t will
still work, but wbinfo -u doesn't (response.extra_data is always null).
Is this a known
2012 Nov 28
2
backtrace from postgres dict
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
since I enabled ACLs I get following backtrace. It looks like that it
happens if the ACLs had been changed only. Also, it looks like that it
always happens 1 minute after last "dict: Info: pgsql(localhost):
Connected to database dovecot", no matter if the user is logged in (and
idle) or logged off. Postgres logs: "could not
2010 Mar 22
3
shared mailboxes, mkdir_parents problem
Hi Friends,
i have a little problem with my Dovecot installation. The normal
installation works very well and now i have to configurate dovecot that
all member from a domain can access all mailboxes from this domain.
I configurate the shared namespace and set the IMAP ACL Flag but i can't
abonement the other mailboxes. I get a error in the logs:
> 2010-03-18 10:03:04 IMAP(unglaub): Info:
2016 Mar 08
6
Fetching ACL data from extended attributes
A Samba server I've configured uses the VFS acl_xattr module to support Windows ACLs. I'd like to view the ACL data, in as raw a state as possible, but also in a human readable format. Is there an existing utility that does that? If not, and I need to write an application to accomplish it, which APIs would you recommend (and on which attributes)?
Thanks,Steve Tice
2009 Jan 02
1
Windows Domain Member NTFS Permissions
Help please...
Using Ubuntu 8.04 LTS w/Samba 3.0.28a using LDAP backend.
I can add users, groups, etc. On a member workstation (or server)
running Windows (XP, 2003, 2000), I can assign users and/or groups
permissions to files and folders. However, users are not granted access
to the files and folders. On XP and 2003, if I use the Effective
Permissions tool (right-click folder,
2017 Jan 02
0
differential SETACL silently fails if no vfile exists
In version 2.2.13, with `acl = vfile`, setting a differential ACL
permission doesn't work if there are no permissions set yet. Example
IMAP log:
b1 GETACL test
* ACL test valodim lrwstipekxacd
b1 OK Getacl completed.
b2 SETACL test valodim -l
b2 OK Setacl complete.
b3 GETACL test
* ACL test valodim lrwstipekxacd
b3 OK Getacl completed.
My expectation was that the file would be created with