Questions tagged [smb-conf]

46 questions
1
vote
1 answer

Samba: non-deletable directory in public share

I have this in smb.conf [global] security = user guest account = nobody map to guest = Bad User [myshare] path = /var/myshare available = yes browsable = yes guest ok = yes read only = no force create mode = 0775 This allows anonymous access for…
tok
  • 153
  • 5
1
vote
1 answer

Samba35 configuration on FreeBSD 8.1 RELEASE

I'm currently trying to create a Samba share on a lightweight home network, and I'm having a bit of trouble configuring Samba 3.5.6 compiled from the ports tree. What I'm looking for is pretty basic. I just want a share with no limits, that anyone…
JBirch
  • 175
  • 2
  • 8
1
vote
1 answer

Network share with multiple users and snapshots

I want to make a network share with read/write and it will be accessed by multiple computers. Every time a new computer connects to it, they should find it in an initial state. Every change made on the files after should be stored separately as…
0
votes
0 answers

dropbox / syncthing / cold storage like server

I have a gluster file system on top of two zfs RAIDs, and I'm looking to set up filesharing with the following requirements: 1) Data security. Data at rest is taken care of, but I need to make sure any communications between clients and server is…
0
votes
1 answer

Nextcloud: Unstable SMB Connection

I am using Nextcloud on UBUNTU Server 16.04 LTS, and I tried to add an external smb storage (a Windows Network Drive). I activated the external storage app on Nextcloud, installed php-libsmbclient and smbclient on my LINUX server and entered the…
kimmm1785
  • 1
  • 1
0
votes
2 answers

Samba only works when firewall is disabled

I can not seem to get samba to work correctly without disabling iptables. As soon as I disable iptables everything works perfectly although I am not fond of not having a firewall in place. I am hoping someone can tell me what I did wrong, I am…
Yamaha32088
  • 161
  • 2
  • 10
0
votes
1 answer

smb.conf configured with SMBCLIENT?

I am getting the error NT_STATUS_BAD_NETWORK_NAME when I send the command echo "hello" | smbclient -M "hostname" from Ubuntu to Window. Dumb question, do I need to to configure smb.conf?
Benjamin Jones
  • 326
  • 1
  • 9
  • 23
0
votes
0 answers

Failed to parse SPNEGO request

So I wanted to experiment with this smbprotocol in local docker (compose) network controlled environment and in all my attempts, I've been able to solve a lot of issues that always seem to return me to this issue. Here is my…
toonday
  • 101
  • 1
0
votes
1 answer

Samba and ZFS resulting in NT_STATUS_BAD_NETWORK_NAME

I am currently trying to share my ZFS dataset using SMB. Unfortunately I receive the error NT_STATUS_BAD_NETWORK_NAME every time I try to connect to the share. The error does not make much sense to me since as far as I understood it from this source…
mchp
  • 1
  • 2
0
votes
1 answer

Understanding Samba VFS Operations for Full Audit

We have a TrueNAS System running TrueNAS-12.0-U8 for which we are required to log all successful and all failed file access attempts for a specific SMB share. The Samba version is 4.13. Per guidance from the vendor, I've included the below in the…
sardean
  • 833
  • 3
  • 15
  • 34
0
votes
0 answers

SMB over Quic Configure button not working in Windows Admin Center

Im trying to setup our environment with SMB over Quic but to configure the File Share settings, the configure button doesnt do anything. We have tried different browsers and such but for some reason nothing pops up? Has anyone experienced…
0
votes
0 answers

AD joined Linux machine with different suffix

I've been struggling for 4 days and according to the information I have stated below, I can't access the linux os (debian) joined in AD to users with different UPN suffixes. What kind of config (sssd smb or krb5) should I make, can you help…
0
votes
1 answer

Windows clients slow to open SAMBA on Debian 10 (when using short hostname)

I'm having a strange problem for windows 8 and 2012R2 clients, which use a Debian 10 samba server in ADS mode. The issue is slow initial directory listing of the server, only when using the server's short name i.e. "\server" If clients use…
tio78
  • 11
  • 1
0
votes
1 answer

Different permissions for guest and non-guest users in Samba

I am configuring a samba server for file sharing. I was wondering if there is a configuration setting to map different file or directory masks to different users. I am attempting to allow admin users to have full access to a share while restricting…
-1
votes
2 answers

getxattr operation not supported samba audit

I have a strange issue with my samba ldap server, its a centos server with same 3.0, it was working fine from quite some time but suddenly I noticed that my log file is full of messages saying getxattr operation not supported samba audit..and it…
pawan kumar
  • 1
  • 1
  • 3