Displaying 11 results from an estimated 11 matches for "recycle_bin".
2020 Feb 12
1
Incorrect group name is displayed in folder permission list in Windows
...ck on again doesn't fix the problem, check the ACL
> with samba-tool:
>
> samba-tool ntacl get <file> --as-sddl
>
Unfortunately, samba-tool is not available from the CentOS samba 4
package. Perhaps getfacl will suffice?
getfacl returns this group name group:NAME\134fs1-top-recycle_bin-write:rwx
It should be this group name
group:NAME\134fs1-top-recycle_bin-modify:rwx
The following is the full output of getfacl
# file: srv/samba/Shares/Top/Recycle_Bin/
# owner: NAME\134admin
# group: NAME\134domain\040users
user::rwx
user:NAME\134admin:rwx
user:2001120:rwx
user:2001121:r-x
use...
2020 Feb 12
2
Incorrect group name is displayed in folder permission list in Windows
...ils of how to create the GPO
#
https://wiki.samba.org/index.php/User_Home_Folders#Using_a_Group_Policy_Preference
[Home]
path = /srv/samba/Shares/Home
comment = Share for user home dirs
guest ok = no
read only = no
# Recyle bin
recycle:repository = %U/Recycle_Bin
recycle:versions = Yes
recycle:keeptree = Yes
recycle:touch = Yes
recycle:exclude = *.tmp,~$*
recycle:exclude_dir = %U/Recycle_Bin
######################################################
# Standard Shares #
#################...
2020 Jun 22
2
Question regarding Recycle
Hi
Samba 4.12 on Ubuntu 20.04
Windows 10 and 7 clients
I have configured recycle on two shares, /Users and /Documents.
vfs objects = recycle
recycle:versions = yes
recycle:keeptree = yes
On the Users share I have
recycle:repository = /share/data
On the Documents share I have
recycle:repository = .Papperskorg (recycle bin in Swedish)
The Document share recycle works. Folder was created and the
2020 Feb 12
3
Incorrect group name is displayed in folder permission list in Windows
>
> What is in the username map ?
>
!root = NAME\Administrator NAME\administrator Administrator
administrator
2020 Jun 23
0
Question regarding Recycle
...a/Top/Home/%U
# The user's home folder is created when a home folder path is added
# to a user's AD account
[Home]
path = /srv/samba/Top/Home
comment = Share for user home dirs
guest ok = no
read only = no
# Recyle bin
recycle:repository = %U/Recycle_Bin
recycle:versions = Yes
recycle:keeptree = Yes
recycle:touch = Yes
recycle:exclude = *.tmp,~$*
recycle:exclude_dir = %U/Recycle_Bin
######################################################
# Standard Shares #
################...
2020 Feb 12
0
Incorrect group name is displayed in folder permission list in Windows
...s://wiki.samba.org/index.php/User_Home_Folders#Using_a_Group_Policy_Preference
> [Home]
> ? ? ? ? path = /srv/samba/Shares/Home
> ? ? ? ? comment = Share for user home dirs
> ? ? ? ? guest ok = no
> ? ? ? ? read only = no
> ? ? ? ? # Recyle bin
> ? ? ? ? recycle:repository = %U/Recycle_Bin
> ? ? ? ? recycle:versions = Yes
> ? ? ? ? recycle:keeptree = Yes
> ? ? ? ? recycle:touch = Yes
> ? ? ? ? recycle:exclude = *.tmp,~$*
> ? ? ? ? recycle:exclude_dir = %U/Recycle_Bin
>
> ######################################################
> # ? ? ? ? ? ? ? ? ?Standard Share...
2020 Feb 12
2
Incorrect group name is displayed in folder permission list in Windows
Hello,
Samba file server
- OS = CentOS 7
- Samba version = 4.9 (from CentOS repos)
Samba AD server
- OS = Ubuntu 18.04.4 LTS
- Samba version = 4.7 (from Ubuntu repos)
Windows client OS = Windows 10 Pro 1909
Problem:
Incorrect group name is displayed in folder permission list in Windows, just
as described in this Windows support article
2016 Sep 20
4
samba to ad transition
On Tue, 20 Sep 2016 08:33:23 -0700 (PDT)
kajkoz via samba <samba at lists.samba.org> wrote:
> I did it again, mean. I followed the instruction
> https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_%28classic_upgrade%29
> then I tried to log in from the client computer. ANd again. If that
> user already existed on client computer there was not a
2016 Sep 20
0
samba to ad transition
...t ok = Yes
create mask = 0777
directory mask = 0777
oplocks = no
level2 oplocks = no
strict locking = no
fake oplocks = no
veto oplock files =
/*.MDB/*.mdb/*.LDB/*.ldb/*.DOC/*.doc/*.XLS/*.xls/*.DOCX/*.docx/*.XLSX/*.xlsx
vfs objects = recycle
recycle:repository =.RECYCLE_BIN
recycle:keeptree = True
recycle:version = True
recycle:touch = True
recycle:exclude =
?~$*,~$*,*.tmp,index*.pl,index*.htm*,*.temp,*.TMP,*.ldb,*.LDB
[Automation]
valid users = @automation, at root
path = /data/automation
read only=No
create mask = 0770
direct...
2007 Jul 13
2
Strange network file access behavior
...on_systems]
comment = Infomation Systems
valid users = @is
path = /home/shares/infosys
read only = no
browseable = yes
directory mask = 2770
create mask = 2770
force group = is
vfs objects = recycle
recycle:repository = recycle_bin
recycle:versions = no
recycle:touch_mtime = yes
recycle:keeptree = yes
recycle:exclude =
?~$*,~$*,*.tmp,*.temp,*.TMP,*.cache,*Temp$$$.html,*.lnk,*.idlk,*.ldb,*.db,*.dwl,*.bak
--
*Jason Baker
*/IT Coordinator/
*Glastender Inc.*
5400 North Michigan Road
Saginaw...
2002 Jun 20
1
2.2.5, recycle: %U is ok, %u is not
Linux Red Hat 6.x
Using
name = <mypath>/%U
in recycle.conf is ok, while using
name = <mypath>/%u
produces a dir
<mypath>/%u/deleted.item
I need to use %u since %U is before smbusers mapping.
Do you get the same behavior?
Thanks
--
giulioo@pobox.com