Displaying 20 results from an estimated 30000 matches similar to: "os level permissions for samba 4 share"
2013 Aug 16
2
share permissions
I have a share setup on a Samba 4.0.8 / CentOS 6.4 box that is
successfully replicating with a W2K3 server. I'm following the HOWTO
here: https://wiki.samba.org/index.php/Setup_and_configure_file_shares
[mytest]
path = /home/me/mytestshare <-- with or without trailing slash
read only = No
On the W2K3 box, I can browse to \\newdc and I see my test share listed
there. I can also see
2014 Jul 31
2
Samba4 creating share and setting permissions without windows tools
Hello,
I need a way to set permissions to share folder without to use RSAT, I've
not found anything about that.
The samba wiki said that
---------------------
Change permissions on folders of a share
Changes of permissions are done using the classic *nix tools 'chmod',
'chown' and 'chgrp'.
Example:
Code:
# mkdir /srv/samba/Demo/Example/
# chown foobar:DemoGroup
2008 Jun 24
2
Create masks set to 770 yet new files created as 750
Hello All.
Samba ver 3.0.25b-1.1.cc
Simple problem thats happening on two different servers.
Samba is a PDC, users are creating files via windows.
My goal is to make each and every file rwxrwx--- .
They are being created as rwxrw----
The masks on each share is :
browseable = yes
writeable = yes
create mask = 2770
security mask = 2770
directory mask = 2770
directory security mask = 2770
2007 Apr 18
3
file permissions with inherit permission + ACL's
Hi,
I have a share (testshare) where different unix groups (testgroup1,
testgroup2) should have access to. But I want that new files are only
created with 660 permissions.
Here are the ACL's of testshare:
# file: testshare
# owner: ralfgro
# group: ve
user::rwx
group::rwx
group:testgroup1:rwx
group:testgroup2:rwx
mask::rwx
other::---
default:user::rwx
default:group::---
2001 Oct 16
4
directory mask = 2770
Hello everyone.
I am using Samba 2.0.7 on a RedHat 6.2 machine. I wanted to apply a
directory mask of 2770 to everything created in a share. The root
directory of this share already has these permissions. I want to have it
so that everything created in a certain directory has the permissions of
the group of the creator.
As it stands, I do have the directory mask = 2770 line in the smb.conf
2003 Jan 02
3
Not preserving permissions really preserves some
This appears to be a feature :-)
I'm running rsync 2.5.5 on Solaris 8, and testing transferring
files between two boxes with permission preservation turned *off*.
I have three files:
700 with permissions 700
770 with permissions 770
777 with permissions 770
The umask for the target system is set to: 007
[I have checked this via prints from the rsync code]
When the files get transferred,
2016 Sep 23
1
Antwort: Re: Antwort: Re: permissions of new files and directories
> Von: Rowland Penny via samba <samba at lists.samba.org>
> An: samba at lists.samba.org
> Datum: 22.09.2016 15:14
> Betreff: Re: [Samba] Antwort: Re: permissions of new files and
directories
> Gesendet von: "samba" <samba-bounces at lists.samba.org>
>
> On Thu, 22 Sep 2016 14:36:34 +0200
> Philipp Snizek via samba <samba at lists.samba.org>
2009 Nov 17
1
Editing Word documents in a share from windows and Linux
I have a problem editing files in a samba share, this share is accessed from a Windows xp and a Linux client, when I open a Word Document from windows there is no problem, but when I try to edit the same file from the linux pc with writer, it opens a new file, not the file I want to edit, I have checked the file permissions from the linux client and all the fields are blank, but if I copy the file
2013 Oct 28
2
Disable unsecure POP3 at all (Dovecot 2.1)
Hi to all.
Is it possible to disable unsecure POP3 protocol at all in Dovecot 2.1?
There was "protocols" option in 1.x version, and there was separate pop3 and pop3s modules.
There is no "pop3s" in configuration files in 2.1.
2019 Jan 04
2
CyberMegaPhone WebRTC Video Conference demo
I am trying to run the CyberMegaPhone demo to see the WebRTC Video Conference demonstration from AstriDevCon 2017
I have been able to make WebRTC work on this same box with SIPML5 demo but not the CMP2K.
When I attempt to access the https://myip:8089/cmp2k I am prompted for the unsecure web. I enable unsecure web. (Using the asterisk local certificate generation from the SIPML5 demo).
After
2018 Feb 02
2
Samba 4.6.2 does not inherit setgid bit (anymore)
thanks for suggestion, in other words you use only ACLs for users
denying all for groups, unfortunately we had many group such as domain
users, secretary, finance, etc belonging to users for which we need to
apply at least 770 in order to gain a simplified permission management
using groups
the actual dirty workaround I applied was to track new files/dir by
tailing with follow ( tail -f ) a
2002 Oct 18
3
Please help, going mad with permissions
Dear SAmba
Sorry to trouble you again but here is my problem.
I want to have a directory writeable only for users in a unix group
"accounts"
so i need to do two things.
1. Create the group and user in linux
2. Create the relevant masks for the samba share for this directory
so i do this:
1 # mkdir /dev/accounts
2. # chgrp accounts /dev/accounts
3. # chmod 0770 /dev/accounts
2020 Apr 28
2
icecast, ssl, windows environment
Hello,
Before writing here I really tried almost everything, reading the archives
here, the FAQ and dozens of more or less well commented online guides and
posts.
My environment is a Windows server, with IIS as web server (I know, blame
and flame on me, but this was available on my hands at the time). The
server is hosting several websites and an icecast 2.4.4 running an online
radio.
The radio
2019 Feb 20
2
Share will Domain Users Full Control permissions, not accessible by domain user
Hello,
I'm really stumped and would greatly appreciate some help.
*Situation*
I have a couple windows 10 pro hosts that I have joined to a Samba4 AD
domain. I have created 3 users in the domain, one that is a member of
Domain Admins and two that are only members of the Domain Users group. I
have two samba shares (details below) on a separate samba file server. The
share permissions were
2015 Aug 24
2
Resetting default permissions on share
Hello,
How do I reset default folder permissions? For instance I have the
following in my smb.conf
[share]
path = /srv/samba/share
read only = no
Now lets say I have modified ACL's and I just need to start clean as if
I just created the folder for the first time(mkdir -p /srv/samba/share).
I have tried the following without luck.
setfacl -b /srv/samba/share
chown root:root
2012 Sep 09
1
ChgrpNoPerm issue
I have dovecot version 2.0.9
I am confused about this article
http://wiki2.dovecot.org/Errors/ChgrpNoPerm
my mail_location =
mbox:~/mymail:INBOX=/var/mail/%u
So my inbox is at var/mail/ and my
imap folder is /home/user/mymail
The problem is /var/mail (Owner is
useraccount and the group us mail) , and here comes the problem
Dovecot
keeps trying to chown the imap folder inside the
2012 Dec 12
1
Help pls. -- Samba permission question
Hi, All,
I'm having a problem with my samba server(v3.6.9) setup. I have a share
on the server:
#cd /
#mkdir managment
#chown -R root:managegroup management
#chowm -R 2770 management
When I test this I found out:
the managegroup member can create new file/dir with the correct
permission: -rwxrws--- or drwxrws---
BUT, when the client copy a file or dir to the share from his local
drive,
2011 Dec 14
1
Fwd: Re: question regarding samba permissions
woudln't work because all the users are in one group anyway.
and i am not allowed to to give read rights do "any" (i.e. 755)
but theres really no option in smb.conf like "read only users = " or
something like that?
Am 13.12.2011 17:56, schrieb Raffael Sahli:
> On Tue, 13 Dec 2011 16:38:41 +0100, "skull"<skull17 at gmx.ch> wrote:
>> I want to
2015 Aug 24
2
Resetting default permissions on share
On 8/24/2015 12:43 PM, Sébastien Le Ray wrote:
> Hi
>
> setfacl -Rb /srv/samba/share
> chown nobodycares:a group with SeDiskOperatorPriviledge /srv/samba/share
> chmod g+rwx /srv/samba/share
>
> always did the trick for me
>
> Regards
>
> Le 24/08/2015 18:35, James a écrit :
>> Hello,
>>
>> How do I reset default folder permissions? For
2014 Aug 27
3
getent group is not working
getent group is not working in an opensuse 13.1 member server for an active directory samba 4 domain
wbinfo -u, wbinfo -g, wbinfo -t and getent passwd | grep SIENIC are working, these are my configuration files and the output of the commands.
Note: the domain controller has samba installed from source (4.1.11), the member server has the distro packages installed (4.1.0)