Displaying 20 results from an estimated 8000 matches similar to: "permission problem with vfs object recycle:directory_mode"
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
2016 Oct 24
4
Fix sharing ACL
Gentlemen,
I am struggling to solve this problem.
My file server Samba 4.4.5.
Even the administrator user (domain admin) could not write to the share.
Could someone give me a hint, in order to solve this problem?
shared folder: /mnt/data
Folder permissions:
# getfacl /mnt/data/teste/
getfacl: Removing leading '/' from absolute path names
# file: mnt/data/teste/
# owner: ricardo
2019 Oct 16
4
vfs_recycle permission bug?!
Samba 4.8 (Louis debian repo), DM.
Today i've had to recovery a deleted file in that share, that use
'vfs_recycle' modules:
[Work]
comment = Spazio di Lavoro Utente
map acl inherit = Yes
path = /srv/work
read only = No
store dos attributes = Yes
vfs objects = acl_xattr recycle full_audit
volume = Work
full_audit:failure = none
full_audit:success = mkdir rmdir read pread
2017 Apr 25
2
wbinfo -S SID deliver -1
i have setup a samba server as a AD member. AD: 2012R2
The first day everything was working fine. After restart the Samba
Service i had no access to my shares.
getent passwd and getent group deliver the UID and GID :
4294967295:4294967295: by all AD Users
which is -1 (FFFF FFFF)
wbinfo -n user deliver S-1-5-21-4001112740-1724199908-163113746-1106
SID_USER (1) which is correct !
I get from
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
#
2019 Feb 19
2
samba 4.8x problem
Hai,
Rowland did mean, post it without the -v..
Since its an AD server. Run : samba-tool testparm
Can you post that that gives a better insight.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> bar???? tombul via samba
> Verzonden: dinsdag 19 februari 2019 11:37
> Aan: Rowland Penny
> CC: samba
>
2007 Oct 09
1
recycle: touching failed operation not permitted
Hello
In /var/log/messages I have got a lot of errors such as :
"recycle: touching .recycle/jankowski/500/500_U/21-10-5U.~TIF failed,
reason = Operation not permitted "
~~.tif it's a temp file and I noticed that samba deletes this files to
recycle .
My smb.conf
comment = Rastry
public = yes
invalid users = @geodeta,@ewidencja,
path = /home/samba/rastry
2008 Aug 13
3
config-file for recycle bin
I make a recycle bin as follow:
config-file = /etc/samba/recycle.conf
vfs object = recycle
recycle:subdir_mode = 0770
recycle:keeptree = Yes
recycle:repository = Recycle Bin
recycle:versions = Yes
recycle:directory_mode = 0770
But testparm shows:
Unknown parameter encounter: "config-file"
Ignoring unknown parameter "config-file"
What could be the problem and the solution?
2014 Feb 03
1
VFS module recycle not working
Hello,
I'm using Samba 3.6.9 on a CentOS 6.5 machine and want to enable the
'recycler'-feature. So I added following lines to the [global]-section
of my smb.conf:
vfs object = recycle
recycle:repository = .deleted/%U
recycle:keeptree = Yes
recycle:touch = Yes
recycle:versions = Yes
recycle:maxsixe = 0
recycle:exclude =
2017 Jun 13
2
recycle on a fileserver domain member
Hello guys,
I configured the recycle in my fileserver, but when I logged in with normal
user and delete some files, folders, etc, the errors occurs.
./addc-pc-01.log:28251: recycle: mkdir failed for .recycle with error:
Permission denied
./addc-pc-01.log:28252:[2017/06/13 14:15:11.816085, 3]
../source3/modules/vfs_recycle.c:582(recycle_unlink)
./addc-pc-01.log:28253: recycle: Could not create
2007 Jun 21
1
Recycle bin and ACL
Hello,
we are using the vfs module recycle with the following config:
vfs objects = recycle
recycle: repository = .Papierkorb
recycle:directory_mode = 0777
recycle:subdir_mode = 0777
recycle: keeptree = Yes
recycle: exclude = *.tmp, *.temp, *.log, *.ldb
recycle: exclude_dir = tmp
recycle:versions = Yes
Problem is that everybody can see deleted documents in the
recycle bin.
But if I set
2019 Feb 19
3
samba 4.8x problem
Dear all,
We are using samba domain and i upgraded the samba from 4.7.9 to 4.8.9.
With the old version, people in our domain can view and can share the
folders without asking password and the people that out of the domain can
view and shared the folders with
writing \\IP_ADDRESS PROMPT USERNAME: PASSWORD. with the new version,
there is no problem about viewing and sharing folders with the
2017 Jun 13
2
recycle on a fileserver domain member
Thanks for your answer Rowland,
I fix this problem. I had not put writing permission to the "domain users".
Http://i.imgur.com/oLXS0Kn.png
In the image above I show the permissions of the recycle folder. They are
correct?
Do I need to have these 3 entries below in my smb.conf?
recycle:directory_mode = 0700
recycle:subdir_mode = 0700
recycle:inherit_nt_acl = Yes
On Tue, Jun 13, 2017
2016 Apr 27
2
Samba 4 permissions error
> OK, you have two DCs, on one, your user can access a share, you basically
> copy the shares to another DC (with all the same permissions etc) and your
> user cannot access the share on the second DC.
>
> How is AD set up ? are you using uidNumber & gidNumber attributes (you will
> have added them manually) or are you using the xidNumbers created
> automatically by
2016 Jul 20
2
Enable Recycling
So I've added the following information to my smb.conf in the general
section based off various information on the internet, but primarily from here:
http://timtrott.co.uk/enabling-recycle-bin-functionality-samba/
Nonetheless when I delete files from any shares they are not sent to
Recycling. What am I missing?
# Enable Recycling
vfs objects = full_audit recycle
recycle:repository =
2020 Nov 19
2
winbind use default domain = yes doesn't work on Samba 4.13?
Hello everybody.
I just upgraded our Fedora fileserver to version 30, which has Samba
4.13.2.
Now, I can see this errors in log:
check_ntlm_password: Authentication for user [dmu60evo] -> [dmu60evo]
FAILED with error NT_STATUS_NO_SUCH_USER, authoritative=1
Auth: [SMB2,(null)] user []\[dmu60evo] at [?t, 19 lis 2020
15:50:26.373477 CET] with [NTLMv2] status [NT_STATUS_NO_SUCH_USER]
2017 Apr 28
6
Problems with the Full Audit module
> Is the 'vfs objects' line in the [global] section ? if so, try moving
> it to the shares, there have been reports that adding 'vfs objects' to
> [global] causes problems.
> Rowland
Dear Rowland
This host is a Samba 4.6.2 domain member server.
In the Global session of smb.conf, I have this line:
Vfs objects = acl_xattr
On Sharing:
Vfs objects = recycle,
2014 Apr 15
2
VFs recycle, what about a trigger to delete files after xxxx!?
Dear all,
I am working with vfs recycle and it is a real great thing.
But something I missed all the years is a param like :
recycle:purge=MAXDAYS. (where MAXDAYS is, Age of which files and directories
are stored
In the recycle before they are purged)
I do this with my own scripts but it would be a great feature for me as
admin to set this param
without the need of scripting myself.
EDV
2010 Oct 14
2
how to prevent copying programs on local harddisk from samba share
Hello
Ia have samba PDC 3.3.8-0.52.el5_5.2 on centos 5.5. My clients - win XP
PRO SP3.
I have noticed that some users copy from sama share whole catalog with
program and run it from local drive where they got full access.
Write access for This share [geo$] is only for @geo group! Others can't
write . So they are workaround this !
How can I prevent copying programs from samba shares to a
2011 Jul 27
1
VFS Objects Recycle questions
I have a need to setup the recycle vfs object on our server.
On my test server, I have all of the shares on a single drive and have put
the following into each share:
vfs_objects = recycle
recycle:repository = [Actual Path and Partition that the share is located]
recycle:directory_mode = 770
recycle:keeptree = Yes
recycle:touch_mtime = Yes
recycle:versions = Yes
It works like a charm. All