Displaying 20 results from an estimated 1000 matches similar to: "Wrong acl and permissions on cifs mounted share"
2013 Jun 02
0
does cifs understand acl's?
4.0.6 file server for a 4.0.6 domain, reproducible with a 3.6.12, and
3.6.15 file server.
File created in a share are created according to the acl set, but not
when mounted by cifs:
Here is a share
[test]
read only = No
path = /home/test
Here is the acl:
getfacl test
# file: test
# owner: root
# group: staff2
# flags: -s-
user::rwx
group::rwx
other::r-x
default:user::rwx
default:group::rwx
2012 Oct 18
1
mount.cifs: regular freezes with s3fs
cifs-utils-5.6
samba Version 4.0.0rc3
openSUSE 12.2
LAN of XP, w7 and Linux clients under Samba4 DC and s3fs fileserver
Hi
I am testing the possibility of migrating from nfs to cifs to serve our
Linux clients.
Currently we mount the samba shares, e.g. the home directory, using nfs.
The test setup is that instead of:
mount -t nfs hh1:/home2 /home2 -osec=rw,krb5
I changed to:
mount -t cifs
2013 Feb 12
0
cifs: no control over file permissions
Hi everyone
This one is driving me crazy.
Every file that is created in a cifs mounted share is ALWAYS created 0777:
-rwxrwxrwx+
Here is my smb.conf tested with 4.0.3 and 4.1.0pre1-GIT-efd60ae:
[global]
workgroup = MARINA
realm = hh3.site
netbios name = HH1
server role = active directory domain controller
dns forwarder = 192.168.1.1
2011 Oct 27
0
NT_STATUS_ACCESS_DENIED again sorry
Hi.
I've tried all the alternatives I cold find. When I
attempt to access a share on a linux client I get this error:
[2011/10/27 19:33:46.450093, 1] smbd/service.c:678(make_connection_snum)
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
I am accessing using kde and dolphin like this:
smb://hh1/steve2
hh1 is the domain and steve2 is an ldap user who can authenticate OK
2012 May 16
0
Samba4 winbind and .gvfs share mounting in Nautilus problem
Hi everyone
I have S4 with winbind working fine with s3fs. Fine that is only when
logging in where it auto-mounts my own /home folder.
When I log in, my /home folder is correctly mounted automatically:
gvfs-fuse-daemon on /home/CACTUS/steve/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=CACTUS\steve2)
When I attempt to access another share by e.g. smb://server/reports (or
any other
2013 Apr 11
1
Samba4 Does cifs need a keytab for the multiuser option?
Hi
samba --version
Version 4.0.6-GIT-4bebda4
smb.conf:
[users]
path = /home/users
read only = No
Working on the DC which is also the fileserver
user steve2 can write to his folder at /home/users/steve2
But if we now mount the share:
sudo mount -t cifs //doloresdc/users /mnt -osec=krb5,multiuser
he can't write to the mounted share at /mnt/users/steve2 He gets
'Permission denied'.
2014 Jan 15
0
extlinux device trouble
On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
<johann.obermayr at sigmatek.at> wrote:
> Hello,
>
> i'm using version 4.07.
> On my computer extlinux does not work.
> after debugging, i found the trouble.
>
> in the function parse_mountinfo there was using a function get_string.
> in the function get_string there was a line (42) } else if (ch == '\\') {
2014 Jan 15
0
extlinux device trouble
Am 15.01.2014 04:57, schrieb Gene Cumm:
> On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
>> <johann.obermayr at sigmatek.at> wrote:
>>> Hello,
>>>
>>> i'm using version 4.07.
>>> On my computer extlinux does not work.
>>> after debugging, i
2013 Mar 26
3
Samba + ACLs: Can’t add group write permissions
Hi there,
I?ve been trying to get my head around a problem I have with Samba.
I?ve set up Samba 3.6.13 on a Raspberry Pi with Arch Linux ARM on it and
let it serve a couple of folders from an attached external ext4 drive
mounted to /srv/cifs (of course with the "acl" option enabled).
I?ve been trying to create a share that is read-writable for all
members of a particular UNIX user
2014 Jan 14
2
extlinux device trouble
Hello,
i'm using version 4.07.
On my computer extlinux does not work.
after debugging, i found the trouble.
in the function parse_mountinfo there was using a function get_string.
in the function get_string there was a line (42) } else if (ch == '\\') {
but in my mountinfo list, there was \ , but not with octal digit.
so the function get_string will fail.
here are some information
2014 Jan 15
1
extlinux device trouble
On Wed, Jan 15, 2014 at 3:26 AM, Johann Obermayr
<johann.obermayr at sigmatek.at> wrote:
> Am 15.01.2014 04:57, schrieb Gene Cumm:
>
>> On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
>>>
>>> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
>>> <johann.obermayr at sigmatek.at> wrote:
>>>>
2014 Jan 15
3
extlinux device trouble
On Tue, Jan 14, 2014 at 10:50 PM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Tue, Jan 14, 2014 at 9:28 AM, Johann Obermayr
> <johann.obermayr at sigmatek.at> wrote:
>> Hello,
>>
>> i'm using version 4.07.
>> On my computer extlinux does not work.
>> after debugging, i found the trouble.
>>
>> in the function parse_mountinfo there
2012 Aug 02
9
winbind: uid range is ignored
Hi everone.
Ubuntu 12.04 v3.6 clients with winbind joined to 12.04 Samba4 DC
Clients:
smb.conf
[global]
realm = polop.site
workgroup = POLOP
security = ADS
wide links = Yes
unix extensions = No
template shell = /bin/bash
winbind enum users = Yes
winbind enum groups = Yes
idmap uid = 300000-400000
idmap gid = 20000-30000
/etc/nsswitch.conf
passwd: compat winbind
group: compat
2012 Jan 08
3
Samba 4 krb5.keytab confusion
Hi
I have Samba 4 installed and working. I recently changed FQDN to dns
name hh3.hh3.site. It works OK and e.g. on a windows 7 box which joined
the domain, users can logon. But I have a mess in the keytab:
klist -k /etc/krb5.keytab
Keytab name: WRFILE:/etc/krb5.keytab
KVNO Principal
----
--------------------------------------------------------------------------
2 HH3$@HH3.HH1.SITE
2
2024 Jan 30
1
permission denied with windows acls
On Mon, 29 Jan 2024 16:42:20 -0800
Peter Carlson via samba <samba at lists.samba.org> wrote:
>
> On 1/29/24 13:08, Rowland Penny via samba wrote:
> > On Mon, 29 Jan 2024 12:51:37 -0800
> > Peter Carlson via samba<samba at lists.samba.org> wrote:
> >
> >
> >> Just did a quick test, the big T comes after setting permissions in
> >>
2011 Nov 11
1
Samba StartTLS
Hi
Scenario:
Lan with opensuse 11.4 Samba and LDAP server. Linux, win-xp and win7 clients.
The Linux clients can login fine under TLS:
Nov 10 11:31:22 hh1 slapd[1727]: conn=1243 op=0 STARTTLS
Nov 10 11:31:22 hh1 slapd[1727]: conn=1243 op=0 RESULT oid= err=0 text=
Nov 10 11:31:22 hh1 slapd[1727]: conn=1243 fd=23 TLS established tls_ssf=256
ssf=256
Nov 10 11:31:22 hh1 slapd[1727]: conn=1243 op=1
2013 May 01
0
slow automounted cifs
Samba 4.0.6 git both DC and fileserver with openSUSE 12.3 clients
Hi
I'm trying to debug why logins to Linux clients are sometimes slow. Here
is a login with the user steve2 requesting his (automounted) home folder:
]
Kerberos: TGS-REQ authtime: 2013-05-01T20:57:27 starttime:
2013-05-01T20:57:27 endtime: 2013-05-02T06:57:27 renew till:
2013-05-02T20:57:25
Kerberos: AS-REQ steve2 at HH3.SITE
2013 Aug 24
1
smbd looking for non existent files
Hi
4.0.8 file server in a 4.0.8 domain
After a user logs in on a Linux client which is joined to the domain,
smbd is constantly looking for files which don't exist:
Here is the file server log after a user login to a Linux client has
settled down:
[2013/08/24 18:43:24.748511,
3] ../source3/smbd/vfs.c:1140(check_reduced_name)
check_reduced_name [steve2/.icons/gnome] [/home/users]
2013 May 29
1
smbclient fails only for the domain Administrator
4.0.6 with 3.6.12 file server
Hi
Ordinary users can connect fine:
smbclient //oliva/users -Usteve2
Enter steve2's password:
Domain=[HH3] OS=[Unix] Server=[Samba 3.6.9]
smb: \>
log:
schannel_fetch_session_key_tdb: restored schannel info key
SECRETS/SCHANNEL/OLIVA
schannel_store_session_key_tdb: stored schannel info with key
SECRETS/SCHANNEL/OLIVA
auth_check_password_send: Checking
2012 Feb 16
1
acl's, Samba4 and rw shares
Hi
I'm trying to make a share called dropbox rw for members of a group.
/usr/local/samba/etc/smb.conf
[global]
server role = domain controller
workgroup = CACTUS
realm = hh3.site
netbios name = HH3
passdb backend = samba4
template shell = /bin/bash
[netlogon]
path = /usr/local/samba/var/locks/sysvol/hh3.site/scripts
read only = No
[sysvol]
path =