Displaying 20 results from an estimated 130 matches similar to: "inherit owner"
2012 Nov 28
0
Really confused on Samba and ACL
Hello,
I am trying to build a Samba standalone server to serve file sharing in
our office for both Ubuntu and Windows clients. Ubuntu user will use
mount.cifs to mount the share. Windows (XP/7) will use workgroup to
access the share.
I am using Samba 3.6.9 on CentOS 6.3 (64bit).
Now I am having problem to setup correct ACL so please help me. Here is
my situation:
I'll have directories
2012 Apr 10
4
TinyTds::Client.new() gives an error "undefined symbol: dbsetluser"
Hello Dear experts,
I am new to Ruby on Rails. Though I want to access to MSSQL 2005 from
ruby.
I installed tiny_tds using following commands:
>sudo apt-get install freetds-dev
>gem install tiny_tds
And now when I executed
@client = TinyTds::Client.new(
:username => ''username'',
:password => ''password'',
:host =>
2005 Jun 21
2
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam,
Thank you so much for taking the time to write to me. I can
understand your concerns; let me see if I can address them.
>Matt,
>
>Sourceforge.net is exclusively for hosting software whose licensing
>terms meet the OSI's definition of Open Source:
>
> http://opensource.org/docs/definition.php
>
>Your licensing terms include the following, which is
2005 Jun 21
1
Re: New JAVA application server for Asterisk - OrderlyCalls
Hello Adam, Matt King <m@orderlysoftware.com> writes:
>> I am familiar with the OSI definitiion. I've read it again, but I
>> can't work out exactly how asking for permission contravenes this
>> definition.
>
>
Then Adam wrote:
> "6. No Discrimination Against Fields of Endeavor
>
> The license must not restrict anyone from making use of the
2014 Aug 20
1
vfs_acl_xattr doesn't work unless all the inherit and map inherit acl parameters are set to yes, but want to set inherit owner = no
I noticed that vfs_acl_xattr doesn't work unless all the inherit and map
inherit acl parameters are set to yes. Which is fine but if I turn off
inherit owner it completely breaks inheritance and security.NTACL never
gets set for the file/directory that's created by the user. I want the uid
of the user who's connected to be written and not the owner of the parent
directory. Is there
2008 Oct 20
0
inherit acls and inherit permissions = execute bit always set?
Hi all, I have a share set up as follows:
[images]
path = /images
read only = No
create mask = 0660
directory mask = 2770
hide special files = yes
hide files = /lost+found/
acl group control = yes
inherit acls = yes
map acl inherit = yes
inherit permissions = yes
map archive = no
security mask = 0111
When users create files or directories under this share, the ACL's
2005 Oct 24
2
See inherit user, need inherit group
Here is my scenario:
I have two directories that have their access controlled by secondary groups
of the users. \\server\coolguys is available to the group 'admins' while
the directory \\server\averagejoes is accessible to the group 'lusers'. I
have a user, we'll call him joe, that is primarily in the admins group, but
is also in lusers. If joe is to copy a directory or a
2006 Dec 22
1
"inherit acls" only works with "inherit permissions"
We are running a fileserver (Samba version 3.0.10-1.4E.9) on CentOS 4.4.
No AD, clients are Windows XP and OS X.
Linux acl's are used for access to directories and files. Each top-level
folder belongs to a primary group with mode 2770. The acl's restrict access
to lower level directories. We need to pass the acl's down the directory
tree or else users may have unexpected access to
2006 Jul 31
0
How do I make controller hierachies? Inherit or route them?
I would like a controller hierarchy with urls that look like...
/admin/documents
where /admin is handled by the admin_controller and documents by the
document_controller. I like the controller inheritance technique
discussed on the web[1], but I get a template not found error message.
I also have to define the route in the routes.rb file, which, according
to the author, is not supposed to
2006 May 31
3
class does not inherit (?) ActionRecord::Base
Hi. I''m a newbie at this, so please bear with me.
I have several classes which model several corresponding tables. All of
them seem to work except one. I have not made many modifications from
the scaffold templates. However, with one class, Log, all methods give
me the following type of error
NoMethodError in LogController#create
undefined method `save'' for
2007 Oct 24
0
[ wxruby-Bugs-15024 ] StyledTextEvent does not inherit from Wx::Event
Bugs item #15024, was opened at 2007-10-24 18:54
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=15024&group_id=35
Category: Missing API call
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: StyledTextEvent does not inherit from Wx::Event
Initial Comment:
2007 Nov 28
0
acl inherit
there are
inherit acls = No
inherit permissions = No
inherit owner = No
in my smb.conf But acl is inherited.
What should I do?
2011 Oct 27
0
R.oo package, inherit two classes
Hello,
How do I inherit two classes using the R.oo package. Below is kind of a
silly example, but I am trying to create class PerDog from classes Dog and
Person. Error at bottom. I've tried a few other ways of using extend(), but
nothing seems to get me what I want.
Example:
setConstructorS3("Person", function(age=NA) {
this = extend(Object(), "Person",
.age=age
)
2005 Jul 05
1
Inherit Owner Question Folder Rights
Hello, I am running Suse Linux 9.3 an Samba 3.0.20pre.
I want to set up a folder where the user can only store files and copy
them to an other folder. The User should not be able to delete modify or
open the stored messages.
Any ideas how I can realize this?
Thanks! Greez
2005 Aug 10
0
inherit views
Hi all I thing the single table inherit is cool, is there a way to inherit
the views of the base class to void creating the same view over and over
again?
2013 Sep 13
1
openssh (6.2p2), inherit host environment variables to subsystem sftp-server process
Hi,
is there a regular way that a subsystem process (sftpserver
here) inherits environment variables from its parent (sshd)?
Namely LANG and LC_* variables.
In my case it's important to get the variable of hosting
environment and not from client side (AcceptEnv).
Regards
Martin
--
Registered Linux User #87175, http://linuxcounter.net
2014 Mar 02
0
User model inherit Seller model or vice versa?
So all Sellers are Users, Users can be Sellers in this marketplace model.
Should Seller be on top and inherit to User or the other way round?
I found it weird when doing a Session login, I've to call *Seller.has_sold?* even
though all they are all Users to begin with, but I can't call
*User.has_sold?* since the method is not in User.rb.
--
You received this message because you are
2009 Feb 24
0
Windows inherit ACL problem
Hello
I am using samba 3.3 as a domain member server. The problem is I can't
as Administrator with full rights remove from windows ACL of user on
file/directory which has "default:user ACL" flag.
Can somebody confirm if it is a bug or just my missconfiguration ?
many thanks
Eisenberg Pavol
2010 Jan 22
0
[LLVMdev] Make LoopBase inherit from "RegionBase"?
On 01/21/10 20:42, Jan Sjodin wrote:
>>> Imo, a loop is simply a special kind of region, so a "filter" is perhaps the way to
>>> go if you are interested in loops. Regions containing loops will have to be inspected
>>> using the PST.
>>
>> Except loops that have multiple exits. they are not necessarily (single
>> entry single exit) region, if
2002 May 17
1
2.2 4 inherit acls problem on IRIX 6.5
Hi
With inherit acls = yes and Samba 2.2.4 on IRIX 6.5
I cannot create an new folder using Windows Explorer:
[2002/05/17 14:23:54, 5] smbd/filename.c:(354)
New file New Folder
[2002/05/17 14:23:54, 8] lib/util.c:(1143)
is_in_path: nick/New Folder
[2002/05/17 14:23:54, 8] lib/util.c:(1148)
is_in_path: no name list.
[2002/05/17 14:23:54, 3] lib/util.c:(387)
unix_clean_name [nick/New