search for: hoho

Displaying 5 results from an estimated 5 matches for "hoho".

Did you mean: hoho0
2016 Jul 12
2
distributing samba users to the local systems
Hi, Let me try to re-formulate, please tell me if I'm wrong. You have a bunch of users declared locally in /etc/passwd or something like that on one system. Now you would like to have another system using this users list with Samba. You also want these users to be valid only as long as the share exist. You don't want these users to be able to connect on system(s). If I'm right,
2016 Jul 12
0
distributing samba users to the local systems
...y were posix acl lists that were transmitted back. On the server I can create finegrained permissions but they are not transmitted ... actually they are, based on my logged in user. If my user on the server is part of group "backup" and I set permissions for backup: synoacltool -add hoho group:backup:allow:rwx:fd-- Then even though the group owner for file "hoho" is something else, I now get personalized "other" flags since my user is neither owner nor in the main group, and my local permissions become: -------rw- 1 1031 65538 21 jul 12 21:16 hoho Of course...
2016 Jul 13
1
distributing samba users to the local systems
...ere transmitted back. On the server I can create > finegrained permissions but they are not transmitted ... actually they are, > based on my logged in user. > > If my user on the server is part of group "backup" and I set permissions > for backup: > > synoacltool -add hoho group:backup:allow:rwx:fd-- > > Then even though the group owner for file "hoho" is something else, I now > get personalized "other" flags since my user is neither owner nor in the > main group, and my local permissions become: > > -------rw- 1 1031 65538 21 ju...
2008 May 17
5
Help needed
Hi All, I am new to rspec and it seems that I don''t understand some basics. I need to have a XML import which should parse through XML data and saves all that in various mysql tables. The XML part works just fine and I can test this with rspec. However when I try to execute it "should find country object for DE" do I get an error. @user.country is a one-to-many relation in
2006 Apr 09
16
Mapping to BigDecimals instead of Floats
Hi everyone, I''m new to Rails and Ruby, and have been working my way through the Pickaxe and Agile Rails books for the last week or so. With a background in payroll apps I found that the default ActiveRecord mapping of decimal columns to float variables really bothered me! Financial calcs need high levels of accuracy and floats just don''t give you that. I know there are a bunch