Displaying 5 results from an estimated 5 matches for "basegroup".
2015 Nov 03
1
POSIX ACLs on Domain Controller.
...ull control = false" does not works on
DC.
It this a way to make a SMB share POSIX conservative on DC ? Maybe I
need to set some "xattrs" ?
Detailled description :
--------------------------------
I have a base folder with the following right :
/basedir
owner : root (rwx)
group : basegroup (r-x)
ACL: -> group : supgroup (r-x)
Containing a directory :
/basedir/dirA
owner : root (rwx)
group : basegroup (r-x)
ACL: -> group : supgroup (rwx)
So the user in "basegroup" can access the tree and "supgroup" can
write inside the dirA folder.
But from windows with S...
2005 Dec 15
3
How to delete a record
hey,
i my database i have users and groups, each user can get in different groups
my db structure:
table groups: id, name, basegroup, firm_id
table users: id, firstname, lastname, email
table groups_users: group_id, user_id
my relation is a many to many:
class Group < ActiveRecord::Base
has_and_belongs_to_many :users
end
class User < ActiveRecord::Base
has_and_belongs_to_many :groups
end
i want this http://wiki.s...
2015 Apr 25
2
vs_fruit - can't write to share
...ams_xattr
fruit:locking = netatalk
streams_xattr:prefix = user.
streams_xattr:store_stream_type = no
kernel oplocks = no
The other definitions i use are:
path=/path/to/share
browseable=yes
admin users = @filetest
valid users = @filetest
writable = yes
guest ok = no
force user = root
force group = basegroup
create mode = 0775
directory mode = 0775
It is not possible to write to the share at best at the first time i click on save. Sometimes i get 0 Byte files and with a plain text file the initial content is saved. Trying to save a file again results in an error that writing to the share isn't pos...
2015 Apr 25
0
vs_fruit - can't write to share
...ams_xattr
fruit:locking = netatalk
streams_xattr:prefix = user.
streams_xattr:store_stream_type = no
kernel oplocks = no
The other definitions i use are:
path=/path/to/share
browseable=yes
admin users = @filetest
valid users = @filetest
writable = yes
guest ok = no
force user = root
force group = basegroup
create mode = 0775
directory mode = 0775
It is not possible to write to the share at best at the first time i click on save. Sometimes i get 0 Byte files and with a plain text file the initial content is saved. Trying to save a file again results in an error that writing to the share isn't pos...
2005 Dec 14
0
how to get these records in has_and_belongs_to_many relation
hey,
i my database i have users and groups, each user can get in different groups
my db structure:
table groups: id, name, basegroup, firm_id
table users: id, firstname, lastname, email
table groups_users: group_id, users_id
my relation is a many to many:
class Group < ActiveRecord::Base
has_and_belongs_to_many :users
end
class User < ActiveRecord::Base
has_and_belongs_to_many :groups
end
i want this http://wiki....