search for: otherus

Displaying 20 results from an estimated 51 matches for "otherus".

Did you mean: others
2017 Jul 08
4
force port redirection for list of users
Hi , I have the following requirement . other than following users, any other user sshd connection should be redirected to 2024 instead of port 22. root, ftp, guest So ssh root at ip // should be sent to sshd running at port 22 ssh otheruser at ip // should be sent to sshd running at port 2024 I know that we can do something like this: ssh -o ProxyCommand='ssh -W localhost:2024 cliuser at ip' otheruser@ <secadmin at 10.220.167.184>ip will take to otheruser login to port 2024 after sshd_config settings Match user...
2017 Jul 18
2
force port redirection for list of users
...; I have the following requirement . > > other than following users, any other user sshd connection should be > > redirected to 2024 instead of port 22. > > root, ftp, guest > > > > So > > ssh root at ip // should be sent to sshd running at port 22 > > ssh otheruser at ip // should be sent to sshd running at port 2024 > > > > > > I know that we can do something like this: > > > > ssh -o ProxyCommand='ssh -W localhost:2024 cliuser at ip' otheruser@ > > <secadmin at 10.220.167.184>ip > > > > will...
2015 Aug 17
1
Store ACL files within shared mailbox / rename shared folder problem
Hi. If $otheruser shares a mailbox to $myuser, my private index is stored in *my* Maildir, according to this template (from the dovecot docs): mail_location = maildir:%%h/Maildir:INDEXPVT=%h/Maildir/shared/%%u If $otheruser renames the shared mailbox, all my private mail flags (Seen) are lost because my mailclie...
2013 Apr 04
0
[LLVMdev] Is r174746 broken on ARM?
...would be great to have an advice > from you. r174746 is specifically related to pre-increment loads and stores. I think that the first step is to narrow down the problematic case. In DAGCombiner::CombineToPreIndexedLoadStore, there is a loop which starts with: SmallVector<SDNode *, 16> OtherUses; if (isa<ConstantSDNode>(Offset)) for (SDNode::use_iterator I = BasePtr.getNode()->use_begin(), E = BasePtr.getNode()->use_end(); I != E; ++I) { SDNode *Use = *I; 1. Make the loop skip cases where Use->getOpcode() == ISD::ADD and then Use->getOpcode() == IS...
2013 Apr 04
2
[LLVMdev] Is r174746 broken on ARM?
Hello Hal, I have a strong suspicion that your constant folding optimization introduced at r174746 is broken on ARM. There is a bug about it: http://llvm.org/bugs/show_bug.cgi?id=15581 There is no such issue with 3.2, and reverting r174746 on top of r178740 also fixes the problem. I'm trying to fix it myself, but still have no good ideas; so it would be great to have an advice from you.
2013 Apr 08
1
[LLVMdev] Is r174746 broken on ARM?
...e is a problem somewhere. > The relevant code is a little farther down: > > APInt OV = > cast<ConstantSDNode>(Offset)->getAPIntValue(); > if (AM == ISD::PRE_DEC) > OV = -OV; > > ConstantSDNode *CN = > cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); > APInt CNV = CN->getAPIntValue(); > if (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) > CNV += OV; > else > CNV -= OV; > > perhaps something here is not quite right. I suspect that the firs...
2005 Mar 20
1
Shared maildirs with symlinking
...all the rights to 770 for directories and 660 for other files (I don't forget .Commun itself) Now the other user ; he creates also a folder named "Commun", so that such an entry exists in .subscriptions. As admin, I delete his folder ~/Maildir/.Commun, and create a symbolink link ~OtherUser/Maildir/.Commun pointing to ~MainUser/Maildir/.Commun Now MainUser moves a mail in his folder Commun, always with thunderbird ; OtherUser sees now a message in the "same" folder, but he can't read it. In fact, Thunderbird displays a little icon but without textuel information, like...
2005 Sep 19
1
Two strange behaviours with dovecot+postfix+squirrelmail
...messages moving from /var/spool/mail/my_name to /home/my_name/mail/Trash Number 2. Randomly, some users connecting from Mozilla Thunderbird via IMAP get an error message telling that there has been an error connecting to INBOX. Watching the maillog I found the following: Sep 16 13:07:43 mail imap(otheruser): File isn't in mbox format: /var/spool/mail/otheruser I accessed the user's inbox file with vi and found that there was a "--604" at the beginning of the file. In other case I found that the file was beginning with a truncated email message. Trying to "walk on the safer...
2015 Apr 19
1
[bug?] idmap.ldb xidNumber attributes overlap with existing users'/groups' uidNumber/gidNumber
...N=S-1-5-32-549 # record 2 dn: CN=S-1-5-18 cn: S-1-5-18 objectClass: sidMap objectSid: S-1-5-18 type: ID_TYPE_BOTH xidNumber: 30001 distinguishedName: CN=S-1-5-18 However, there lies the problem: # getent passwd 30000 30001 EXAMPLE\domainuser:*:30000:513:User 1:/home/domainuser:/bin/bash EXAMPLE\otheruser:*:30001:513:User 2:/home/otheruser:/bin/bash It all looks much like if idmap assignment has been created before the users (with their corresponding uidNumber's) were imported from old domain. Should this be considered a bug, perhaps? And how to best resolve this mess? Should I nuke idmap f...
2019 Dec 06
2
Problem with sievefilter forwarding
Hello! dovecot --version 2.2.36 (1f10bfa63) I defined a sievefilter require ["copy"]; # rule:[weiterleitung] if header :contains "to" "user at bitclusive.de" { redirect :copy "otheruser at gmail.com"; stop; } It doesn't work and I don't know why. I can define a vacationfilter that works fine. Can I debug this somehow and can somebody here explain what is going wrong? Kind regards Andreas
2020 Apr 02
4
Sieve with links?
...user at domain): Warning: sieve: file storage: Active sieve script symlink /usr/local/virtual/user at domain/.active_sieve is no symlink. spamassassin ACTIVE # ls -ls /usr/local/virtual/user at domain/.active_sieve 0 lrwxr-xr-x 1 root vmail 50 Apr 2 04:58 .active_sieve -> /usr/local/virtual/otheruser at domain/.sieve/listid # ls -lsH /usr/local/virtual/user at domain/.active_sieve 8 -rw-r--r-- 2 vmail vmail 1863 Apr 2 01:58 .active_sieve -- Rule 1: To every rule there is an exception.
2008 Sep 26
2
Few questions on configuring Samba as a PDC
...out that appears to be able to add an account onto the domain is the root account. There must be a way to change that to a standard account. I'm using Ubuntu and do not use the root account for anything. I've tried changing "root = Administrator" in /etc/samba/smbusers to "otheruser = Administrator" but that doesn't seem to do it. Question 2) Per the document about I have made the following permission changes to /home/samba: rwxrwxr-x 2 root domainusers 4096 2008-09-25 12:43 netlogon drwxrwxr-x 3 root domainusers 4096 2008-09-26 01:40 profiles I bet this would wor...
2005 Oct 13
4
"Wbinfo -u" get user account sucessfully but "getent passwd" fails
Hi everybody, I got a problem here with my Samba ADS member server. It functions as a file server and works for a long time. A few weeks ago our Active Directory domain controller failed due to power outage. We fixed it and now an employee reports that he could not use the samba file server any more. I restarted samba service and did the following testing: 1) getent passwd <thisUser>
2015 May 19
0
Controlling shared folder rename?
...older that gets shared be able to be renamed by the user, or failing that, to be able to have an administrator define how the shared folder shows up to the account it's shared to. For example, right now, the INBOX owned by testuser at mydomain.com (mailto:testuser at mydomain.com) is shared to otheruser at mydomain as shows up as shared/testuser at mydomain.com (mailto:testuser at mydomain.com) because of the prefix directive in the shared namespace in 10-mail.conf.? It would be nice if, either via a dict (like the way the acls work), or via normal IMAP folder commands, that I control how it sho...
2019 Oct 31
0
Samba DC to Samba NT4 Domain Trust
...create'? ? > > See 'net help rpc trust create' for the syntax. > > > When I attempt this I get the following error message > > SAMBAPDC ~# net rpc trust create > otherserver=sambaad.engineering.college.edu > <http://sambaad.engineering.college.edu> otheruser=administrator > trustpw=********** -S localhost > of > SAMBAPDC ~# net rpc trust create > otherserver=samba4.engineering.college.edu > <http://samba4.engineering.college.edu> otheruser=administrator > otherdomainsid=S-1-5-21-2519800817-276706161-1978691535 > other_...
2005 Sep 16
0
Two strange behaviours with dovecot+postfix+squirrelmail
...messages moving from /var/spool/mail/my_name to /home/my_name/mail/Trash Number 2. Randomly, some users connecting from Mozilla Thunderbird via IMAP get an error message telling that there has been an error connecting to INBOX. Watching the maillog I found the following: Sep 16 13:07:43 mail imap(otheruser): File isn't in mbox format: /var/spool/mail/otheruser I accessed the user's inbox file with vi and found that there was a "--604" at the beginning of the file. In other case I found that the file was beginning with a truncated email message. Trying to "walk on the safer...
2004 Sep 21
0
Question/Future Request for Call Queues
...d a sound from directory xxx with some product information (advertisement) 2.> You can specify a member sequence with an agument on the memeber function like this: member => SIP/user,1 ;(ringing with first attempt) member => SIP/someuser,2 ;(ringing with first attempt) member => SIP/otheruser,3 ;(ringing with first attempt) member => SIP/someotheruser,3 ;(ringing with first attempt) But this sequence is not working as I aspected. I aspected that it's working like: member => SIP/user,1 ;(ringing with first attempt) member => SIP/someuser,2 ;(ringing with second attempt)...
2012 Aug 30
0
Running VirtualBox headless
...<graphics type='rdp' port='3388' multiUser='yes'/> - can connect to the running XP from rdesktop - can start the same machine using VBoxHeadless and connect from rdesktop - can start from virsh and connect from rdesktop All the above can be performed as a "su - otheruser", where otheruser has been added to vboxusers group, AND with access to X display (of the main, logged user) enabled by "xauth add ..." However, when no xauth access is enabled, "virsh start" fails: $ virsh --connect vbox:///session start vbox-windows-xp-32 error: Faile...
2010 Jul 16
5
2.6.0rc3 ssh_authorized_users/parsed.rb
...er@here.com]/Ssh_auth_key_server[someuser@here.com]/Ssh_authorized_key[someuser@here.com]: Could not evaluate: Could not back up /home/someuser/.ssh/authorized_keys: Permission denied - /var/lib/puppet/clientbucket/d/4/1/d/8/c/d/9/d41d8cd98f00b204e9800998ecf8427e/paths notice: /Stage[main]//Sshuser[otheruser]/Ssh::Auth::Key[otheruser@here.com]/Ssh_auth_key_server[otheruser@here.com]/Ssh_authorized_key[otheruser@here.com]/ensure: created debug: Flushing ssh_authorized_key provider target /home/someuser/.ssh/authorized_keys /usr/lib/ruby/1.8/fileutils.rb:1404:in `stat'' /usr/lib/ruby/1.8/fileut...
2006 Mar 06
0
Misc. hints from setting up CentOS 4.2
...'s environment to point to a randomly-generated file name, even if "su --preserve-environment" is used. The fix for this (which no one got right on any of some dozens of mailing lists/newsgroups where Google turns up references to this error) is for root to run: xauth merge /home/otheruser/.Xauthority However, even though the application can now open its window, it still issues a complaint: Warning: Tried to connect to session manager, Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed To eliminate...