similar to: Samba VFS - suggestions

Displaying 20 results from an estimated 10000 matches similar to: "Samba VFS - suggestions"

2018 Sep 20
0
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
Hai, Sorry to say but.. > The solution (following the default how-to directories structure): No, the solution is to setup correctly. Just do a a small test here to see if its all correct. With a windows computer, browse to \\server Right klik the profiles share, check security. If this is set correct, the user should not be able to see the rights. Repaet, now as Adminsitrator.
2018 Sep 21
0
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
Hello Louis, In fact, the shares mentioned in my original messages are used in Windows-only. The accounts, however, are used in both Windows and Unix-type environments (we have quite a zoo of OSes in active use); so we actually use the Posix part of accounts for attributes and Kerberos component to authenticate in all non-Windows use. So my primary intent is to make the homes/profiles shares
2014 Feb 19
2
Samba4: Strange Behaveiour On Home share with 2 DC replicating /vfs glusterfs
There is a strange behaviour having two DCs joined in one Domain concerning the [home] share. The [home] is fixed on a replicating gluster volume on both DC. Now creating the users directory with ADUC ex.: \\s4master\home\%username% would do the necessary and the directory is created on both dcs. On the first DC all working fine without any issue but on the second the user cannot login their home
2019 Jun 10
0
SAMBA AD VFS:Recycle bad permissions
In the fact, I don't undestand. I have no problem with deleted files, and I have 700 on .deleted folder because I don't need to have users be able to open deleted folder with deleted files, it is only for me. If VFS:recycle is enabled, new created files on share folder (not .deleted folder, not deleted files) permission to this folder are limited by mask and owner is "root".
2018 Sep 21
6
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
Hai, Now, i did not know you used the DC for the profiles here but yes it looks good. Small comment on point 3 and 4. 3) Its good, you might notice a few more rights there compaired to what i posted, thats because you have your profiles on the DC but the settings are good. 4) yes, the security is ok, i like the higher security setting and try to mimic the windows settings as much as
2019 Oct 23
1
AD Member Server and 'vfs objects recycle' permission problems
Hi, on our samba 4 domain member server we use the vfs objects module 'recycle'. Unfortunately we ran into a strange permission problem with deleted folders. The newly created folders in the recycle folder have the wrong permission. The deleted file(s) itself has the correct group (rw) permissions. The shares correct permissions: getfacl Papierkorb/ # file: Papierkorb/ # owner: root #
2015 Feb 13
2
vfs objects = glusterfs
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, i try to use a glusterfs with "vfs objects = glusterfs" settings in smb.conf. But if I try to access the volume I allways getting "tree connect failed: NT_STATUS_BAD_NETWORK_NAME" If I add another Share directly inside the mountet glusterfs I can access the share und read and wirte alle the data. Here is my smb.conf: -
2019 Jun 10
1
SAMBA AD VFS:Recycle bad permissions
I had similiar issue on samba 4.8 domain member (new files with wrong permissions), when I realised that You need to list all modules that You wish to use in "vfs objects" every time , there is no inheritance from global -> shares that is if You have e.g. [global] ... vfs object = acl_xattr .. [some share] ... vfs object = recycle .. On samba DC "acl_xattr" is
2020 Sep 01
0
Unable to create subdirectories/files in samba mount when using vfs objects = glusterfs
Hi Team, I am trying to setup a samba CTDB cluster to export gluster volme as samba share. While CTDB cluster works well, I ran into an issue with creating subdirectories and also creating files/directories within subdictories when accessing the share from both linux and windows servers. Setup details : We have a three node cluster with nodes snode1, snode2 and snode3. I have a gluster
2016 Jun 02
2
Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)
One of the things that may taint my prior analysis... At the time I was last evaluating Windows git GUIs, I was looking for something that would make handling .patch and .diff files easier. In particular, if a patch didn't apply, I really wanted to get some visual indication of which hunk failed, and some interface to resolve the conflict. I didn't find any tools that handled that
2020 Sep 01
2
Unable to create subdirectories/files in samba mount when using vfs objects = glusterfs
Hi Team, I am trying to setup a samba CTDB cluster to export gluster volme as samba share. While CTDB cluster works well, I ran into an issue with creating subdirectories and also creating files/directories within subdictories when accessing the share from both linux and windows servers. Setup details : We have a three node cluster with nodes snode1, snode2 and snode3. I have a
2016 Jun 02
2
Switching to git (Windows experience) (was re:[cfe-dev] GitHub anyone?)
Sourcetree is pretty good on windows, and I hear ok things about Git Extensions. I have not used the GitHub app though. I typically use Sourcetree to view the logs, and command line for everything else. From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Craig, Ben via llvm-dev Sent: Thursday, June 02, 2016 10:01 AM To: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev]
2019 Jun 19
2
Roaming Profiles
Gooooood morning Rowland, :-) Thunder and rain here.. Your pushing rain to me from england ;-) :-p Yes, if you count administrator also to everybody. ;-) What i have on my member server. ( AD backend ) install -d /home/samba/profiles -m 1770 -o root -g root [profiles] browseable = yes path = /home/samba/profiles read only = no acl_xattr:ignore system acl = yes drwxrwx--T+
2010 May 18
1
problem compiling pigeonhole + my fix
hello, yesterday I tried to package dovecot-2.0beta5 + pigeonhole from Mercurial repository. I put pigeonhole as a subdir in the dovecot sourcetree. Following http://hg.rename-it.nl/dovecot-2.0-pigeonhole/raw-file/tip/INSTALL I called ./autogen.sh; ./configure --with-dovecot=..; make In the buildprocess I saw this output ( from autogen.sh ): Putting files in AC_CONFIG_AUX_DIR, `..'.
2008 Nov 02
0
FLAC Test files
I thought the "test" part of the source was like a unit test for the whole FLAC package and not exactly what I was looking for. I'm more interrested in if diffent bit in flac files will still have the right amplitude when I play my files in my implementationn, and if I'm mapping multichannel files to the right speakers is done corrently in my implementation. But what
2016 Jul 23
0
permission problem with vfs object recycle:directory_mode
On 23/07/16 07:58, Nicolas wrote: > Well, > > Despite I've recently answered about vfs object recycle on this list, > it seems that it isn't working as excepted. > > Using Samba 4.4.5, compiled from sources > > Here is the conf for a share: > [musique] > path = /media/data/musique > read only = No > vfs objects = acl_xattr
2008 Nov 01
4
FLAC Test files
Hi all! I'm implementing FLAC playback in mC2 (a rewrite of musikCube) and need to test if everything is working. I was wondering if there are any FLAC test files to download? I'm looking for files with diffent kind of bits (8,16,24 etc) and examples of multichannel files. Best regards Daniel ?nnerby
2014 Jul 25
0
Samba 4 AD share: Access denied
Alright, even with that change they cannot access the share. I do not have SELinux on this system to my knowledge. The only change since my initial post was changing SAMDOM in my config to TRUEVINE as was pointed out. I then rebooted the server for good measure. People in the AD group FBC are still debied access to the FBC share and people in the AD administration group are still denied access to
2013 May 19
1
(force) default security mask
Hello folks, Samba 3.5.6 running and I have following share: [public] path = /data/public read only = No create mask = 0777 directory mask = 0777 directory security mask = 0750 vfs object = acl_xattr nt acl support = yes dos filemode = yes My filesystem ext4 which is mounted to /data supports acl,user_xattr and
2011 Jan 06
0
Irritating bug on Sanitarium (game)
So, after a lot of work and headaches I finally got the game I wanted (Sanitarium) running well on Wine. Except one thing. The cursor leaves this anoying trace of black color behind. And the game is a "point&click" game. Which makes this really anoying. Is there any way I can solve this? On AppDB people don't seem to complain about that on older (and unstable) versions of the