search for: other_us

Displaying 10 results from an estimated 10 matches for "other_us".

Did you mean: other's
2009 Feb 02
2
ActiveRecord::AssociationTypeMismatch (User(#54754560) expected, got User(#54510280))
...9;friendship'' class User < ActiveRecord::Base include FriendInvitationUser, FriendshipUser ... end # friendship.rb ... module FriendshipUser def self.included(includer) includer.class_eval do has_many :friends, :through => :friendship end end # true, if other_user is a friend of mine def friend_of?(other_user) Friendship.between?(self, other_user) end ... end so basically I''m using modules to mixin new aspects into the User model (kinda like AOP in ruby). i believe that these mixins together with the require statements at the top of t...
2006 Apr 22
7
Proper Database Design For A Newbie
Hi all, I am starting out learning Ruby on Rails (coming from a PHP background) and I have a question about proper database design. Let me give you a quick example of what I want to do: Database: CREATE TABLE `users` ( `id` int(11) NOT NULL auto_increment, `login` varchar(40) default NULL, `email` varchar(100) default NULL, `crypted_password` varchar(40) default NULL, `salt`
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
...mber refer to another RID group not related to the jgarcia unix group 1094. And why this name "5p6l3d1$" is so messed up?? Where this came from? Other thing I do not get is why wbinfo does not returns all groups jgarcia is in. I mentioned this on first email of this tread. Why "id other_user" returns "no such user" for a bunch of users, been "other_user" obtained from "wbinfo -u" > > > > > Also, jgarcia's primary group changed from 1094 at S3 to 100513 at S4. > > No it didn't, every windows users primary group is D...
2018 May 03
0
samba 4 joining samba 3 pdc - group mismatch
...u could try running 'net groupmap list' on S3 > > > Other thing I do not get is why wbinfo does not returns all groups > jgarcia is in. I mentioned this on first email of this tread. Winbind doesn't show all a users groups until the user logs in. > > Why "id other_user" returns "no such user" for a bunch of users, > been "other_user" obtained from "wbinfo -u" this is probably because 'wbinfo -u' shows windows users and these may not be Unix users, they may be members of the '*' domain. > > > This...
2014 May 13
1
imapc problem
...more sync. If I try without the reverse flag "-R", a message moved to trash is propagated to trash too, but reappear as many times as you "sync" on the two sides in the INBOX. With other users, first "backup -R" is ok but on next sync or backup try, I get : dsync(other_user): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. Other IMAP server is CriticalPath 8.5.137. Any clue ?? Emmanuel. Dovecot conf : 2.2.12.12 (03196f188677+): /etc/dovecot/dovecot.conf # OS: Linux 3.11.0-19-generic x86_64 Ubuntu 12.04.4 LTS auth_master_user_sep...
2005 Aug 16
2
SIP "agent" phone w/ headset
I have a call center where we're looking at converting it from a traditional PBX w/ digital phone "agent" sets (keyless phones) that have headsets to a SIP based environment. I am having trouble finding anything on the market that resembles this in the VoIP world. For reference, we're currently using Inter-Tel Agent Sets, which are basically a digital phone with out any keypad,
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
...> > > > > > > Other thing I do not get is why wbinfo does not returns all groups > > jgarcia is in. I mentioned this on first email of this tread. > > Winbind doesn't show all a users groups until the user logs in. > > > > > Why "id other_user" returns "no such user" for a bunch of users, > > been "other_user" obtained from "wbinfo -u" > > this is probably because 'wbinfo -u' shows windows users and these may > not be Unix users, they may be members of the '*' domain....
2018 May 03
2
samba 4 joining samba 3 pdc - group mismatch
On Thu, 3 May 2018 08:40:37 +0100 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Wed, 2 May 2018 19:21:46 -0300 > "Ethy H. Brito" <ethy.brito at inexo.com.br> wrote: > > This is where it is all going wrong, Your PDC isn't using LDAP, so > you will have to rely on the winbind 'rid' backend. The lines below are > wrong in several
2002 Jun 25
1
Using SSH as "su"-substitute
Hello everybody! I'd like to present a feature wish: using ssh as a substitue for su. Of course, if I have a forwarding agent (or the correct key) I can simply do a ssh -l <other_user> localhost but that's not really optimal - the environment gets lost as I'm newly logged in, agent forwarding has one more hop to traverse, the data is once more en/decrypted, ... So I propose a new ssu tool which uses the current ssh-agent (or key in the filesystem) to verify auth...
2004 Dec 16
0
Re: [Linux-HA] cl_status trouble
...39;t have to be run on the slave. Sorry all this is in french...But easy to understand. You may have already written it, Edward, but this may help others Now I always use theses two scripts so that the haresources in my clusters begin like this : node.domain Ismaster Cronscripts::root Cronscripts::other_user etc. blablabla ... > > 1.2.3 has cl_status set up as setgid to hacluster, and then has a default > > authorization which allows group hacluster to run cl_status. Well, you told me ''setgid haclient'', not hacluster in your reply to my msg "cl_status USAGE&quot...