similar to: Shared permission problem

Displaying 20 results from an estimated 10000 matches similar to: "Shared permission problem"

2013 Jan 08
2
Applying a user-defined function
Hello List, My goal is to apply a user-defined function on several columns of a data frame. When testing the code on a reproducible example below, I get the following error message. > #now Write a new function using the above cut ()/quantile function to apply on different columns of the data frame > > CutQuintiles <- function(x) { + cut (test1$x,quantile (test1$x,
2019 Jun 13
0
authentication failures
I got authentication (bind credentials) working for account2 on the old DC (Samba 4.0.9): CN=account1,CN=Users,DC=matrixscience,DC=co,DC=uk ---> OK CN=account2,CN=Users,DC=matrixscience,DC=co,DC=uk ---> FAIL MATRIXSCIENCE.CO.UK\account1 ---> OK MATRIXSCIENCE.CO.UK\account2 ---> OK but it's still failing on the new DC (Samba 4.5.16):
2011 Jan 18
2
Duplicate mail for forwards (dovecot+postfix+postfixadmin)
Dovecot 1.2.11, using postfixAdmin 2.3 to manage, basically using the postfixadmin schema and sql queries during install. - If I set a forward for an account to go to a remote email address, no dupes. - If I set a forward for an account to go to an email address on the same system, I get a dupe in the inbox of the second address. So if account1 at domain.com has account2 at domain.com as a
2015 Jun 17
2
Ugh - half connected Win 7 machines to Samba 4.1.18 AD
I have been at my wits end now since Sunday trying to debug an issue that occurred when I tried to update from sernet-samba-4.1.18 to sernet-samba-4.2.2 on my small network. I have one administrator account and two user accounts which I will call account1 and account2. Before I updated I was able to login into any of 3 Windows 7 Professional boxes and 5 linux boxes running CentOS 6.6 using
2009 Mar 09
1
Zero distance error in corSpatial - correlation structure using lme
Hello, I am having a problem specifying the correlation structure in lme which leads to the error: Error in getCovariate.corSpatial(object, data = data) : Cannot have zero distances in "corSpatial". I have specified a grouping variable which is the only fix I could find by searching this error on R-help. ISee the below example. When my samples (tran) - which are transects
2019 Jun 13
1
authentication failures
On 13/06/2019 16:05, Adam Weremczuk via samba wrote: > I got authentication (bind credentials) working for account2 on the > old DC (Samba 4.0.9): > > CN=account1,CN=Users,DC=matrixscience,DC=co,DC=uk ---> OK > CN=account2,CN=Users,DC=matrixscience,DC=co,DC=uk ---> FAIL > MATRIXSCIENCE.CO.UK\account1 ---> OK > MATRIXSCIENCE.CO.UK\account2 ---> OK > > but
2006 Dec 26
2
Dovecot and Mail.app
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to convert a courier-imap installation over to using Dovecot, but I'm having some problems with Mail.app on OS X. FTR, we use both Mail.app and Thunderbird. Note that in the Mail.app preferences, I have a blank IMAP Path Prefix. I'm using Dovecot 1.0_rc15 on Gentoo, and Mail.app from OS X 10.4.8, Thunderbird 1.5.0.9.
2019 Jun 13
2
authentication failures
Hi all, I'm trying to make pfSense talk to Samba AD LDAP through "bind credentials to resolve distinguished names" option. One account them successfully connects (Samba logs): [2019/06/12 14:34:41.517364, ?3] ../lib/ldb-samba/ldb_wrap.c:325(ldb_wrap_connect) ? ldb_wrap open of secrets.ldb [2019/06/12 14:34:41.520731, ?3]
2010 Apr 08
2
Dovecot 2.0 beta4 and Expire Plugin
Hello, there seems to be an error writing into the expire database defined by dict. dict { expire = sqlite:/usr/dovecot/etc/dovecotbeta-dict-expire.conf } ... plugin { ... expire = AutoCleanSpam 1d expire_dict = proxy::expire } with dovecotbeta-dict-expire.conf: connect = /test/addons/expire/expiresbeta.db map { pattern = shared/expire/$user/$mailbox table = expires
2011 Jan 25
0
Problem registering two (and more) sip trunks
Hi, I'm having a problem trying to register sip trunks. I using asterisk 1.4.39.1, freepbx 2.5.2 in centos 5.5 and I'm trying to configure several sip accounts from my provider. The accounts are individually configured as sip trunks. With only one account everything is ok, it registers and I can make and receive calls. My problem is when I try to put more accounts, it seems to start
2010 Jun 25
0
WG: Samba PDC and big files
Hello, If I understand it right you want to have the same Outlook profile for the users no matter on which workstation they login? The first thing all user must have the same Version of Outlook!!!!! And use an IMAP SERVER Then you must work with prf files for outlook for eauch user in your netlogon path of samba I am working with kixstart. On sigining in each user get his pref file. You can
2012 Jan 02
1
Multiple Maildirs per Virtual User
How would it be possible to configure dovecot (2.0.16) in such a way that it would serve several maildirs (e.g., INBOX, INBOX.Drafts, INBOX.Sent, forum_email, [Gmail].Trash, etc.) per virtual user? I am only able to specify a single maildir, but I want all maildirs in /home/my-username/mail/account1/ to be served. e.g., /etc/dovecot/passwd:
2012 Feb 21
1
link_to 'Frob', '/thang/frob', :remote => true
Railsters: I have finally gotten back to Rails, and I''m having the usual "a little bit too flexible for your own good" problems. Specifically, the above in my Haml renders this: <a href="/thang/frob" data-remote="true">Frob</a> I need href=''#'' and an Ajax call. What did I do wrong? (Besides, ahem, attempt to read the fine
2013 Jan 30
1
More on amavis/clam permission errors on Centos 6.3
I should probably find either the amavis or clam list(s) and take this there? Anyway, I have totally rebuilt my machine with clean installs. I have spent time carefully (I hope!) studying the amavis and clamav conf files before starting them and running the tests. Here is what I am getting: Jan 30 14:14:10 test1 postfix/pickup[6682]: DA8082A099B: uid=0 from=<root> Jan 30 14:14:10
2010 Aug 11
0
strange permission problem with sharing over NFS
I found strange issue. Let say I have zfs filesystem export/test1, which is shared over NFSv3 then I zfs create export/test1/test2 chown myuser /export/test1/test2 ls -l /export/test1/test2 (it will output that myusers is owner). But if I do ls -l on NFS client where /export/test1 is mounted, I will see that root is still owner. The only one way to fix it is to unmount /export/test1/test2 then
2009 Jun 22
2
Dovecot v1.2rc6 deliver to shared folder fails
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, out of curiosity I tested to deliver into a shared folder of another owner using Sieve. (Not that I intend to do so, but well ... ) Conf is attached. == Script require ["fileinto"]; fileinto "shared.testusr.test1.test2.test3"; == Dovecot logs: Jun 22 15:36:22 ux-2s11standby dovecot: deliver(user): acl vfile: file
2006 Jan 18
5
SAN Devices
Anyone out there using small-midsized (2-4 TB) SAN solution among multiple Asterisk systems? I don't have the budget for an EMC-caliber solution, and can't seem to find much else out there. Thanks, Adam The contents of this email message and any attachments are confidential and are intended solely for addressee. The information may also be legally privileged. This transmission is sent
2008 Jan 10
2
Switch from courier to dovecot
I have an courier IMAP server running. To get sib dirs working I had to rename them all to begin with a period ".". e.g Maildir Maildir/{cur,new,tmp} Maildir/.account1/{cur,new,tmp} Maildir/.account2/{cur,new,tmp} Maildir/.account3/{cur,new,tmp} etc If I uninstall Courier and install dovecot, will these "period" dirs be seen by default? I am fairly new to this and
2010 Dec 07
2
local seen flags with shared mailboxes
Hello all, after recent upgrade from 2.0.5 to 2.0.8 it seems that local seen flags for mails reside in shared mailboxes doesn?t work anymore. Before the upgrade I had read mails with account #1. Account #2 (who has access via acl) saw the mails still as unread. Now, no matter who read the mails, the other account see the same flags, immediately. I read the related wiki pages again and tried to
2010 Dec 17
0
Wish you Happy New Year.
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1' /><title>Untitled Document</title><style type='text/css'><!--