search for: noversions

Displaying 20 results from an estimated 80 matches for "noversions".

1997 Nov 14
4
Authentication problems
I am having a problem similar to the one that Jason Gerrity is having with authentication. Sometimes people are unable to access drives on one of our unix servers from an NT machine. They are prompted for their password and when they enter it they get the message "Incorrect password or unknown username." These are people that have permissions on unix and can usually access these
2016 Jul 20
2
Enable Recycling
...ecycle-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 = /samba/Recycle/%U recycle:touch = Yes recycle:keeptree = Yes recycle:versions = Yes recycle:noversions = *.tmp,*.temp,*.o,*.obj,*.TMP,*.TEMP recycle:exclude = *.tmp,*.temp,*.o,*.obj,*.TMP,*.TEMP recycle:excludedir = /recycle,/tmp,/temp,/TMP,/TEMP full_audit:prefix = %u|%I full_audit:success = open mkdir rmdir write unlink rename full_audit:failure = mkdir rmdir write unlink rename
2018 May 24
2
vfs objects recycle can not exclude profile directory
...rofiles" , but works ok in other exclude_dir ! here is my code in smb.conf ......... vfs objects = acl_xattr full_audit recycle ....... recycle:repository = /srv/samba/recycle/%U recycle:touch = Yes recycle:keeptree = Yes recycle:versions = Yes recycle:noversions = *.tmp,*.temp,*.o,*.obj,*.TMP,*.TEMP recycle:exclude = *.tmp,*.temp,*.o,*.obj,*.TMP,*.TEMP *~$* recycle:exclude_dir = recycle,tmp,temp,TMP,TEMP,profiles,%U.V2 [users] path = /srv/samba/users/ read only = no [profiles] path = /srv/samba/profiles/ re...
2014 Aug 25
1
Unable to open a particular share.
Hello everybody, we have a strange behaviour since a BDC was rebooted. We have an infrastructure were one big Samba server is defined as a PDC, and a few others servers are defined as BDC. This infrastructure is deployed in a school, so we have the PDC and one BDC for each section of the school (college, elementary school ...). Most of the clients computers are Windows XP, and the servers
2005 Jun 03
1
HELP! After upgrade, can't get at my shares
...ofiles/%u; if [ ! -e $PROFILE ]; then mkdir -pm700 $PROFILE; chown "%u"."%g" $PROFILE; fi root postexec = /bin/su -c "/usr/local/bin/dl /var/lib/samba/%a/profiles/%u/Desktop/*[^.lnk]" "%u" recycle:repository = ../../../../../home/%U/Desktop/Trash recycle:noversions = *.doc|*.xls|*.ppt recycle:excludedir = /tmp|/temp|/cache recycle:exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~?? recycle:maxsize = 209715200 recycle:versions = Yes recycle:touch = Yes recycle:keeptree = Yes [homes] comment = Home Directories valid users = %S read only = No hide special file...
2004 Sep 03
1
samba3 vscan recycle exclude does not work
...vfs objects = vscan-clamav, netatalk, audit, recycle recycle:keeptree = yes recycle:versions = yes recycle:exclude=*.TMP|*.tmp|*.temp|*.o|*.obj|~$* recycle:exclude_dir=/tmp|/temp|/cache recycle:repository = .recycle/.recycle.%u recycle:noversions = *.doc|*.xls|*.ppt the exclude parameter does not work open doc files creates a ~$..... which should be excluded by line recycle:exclude=*.TMP|*.tmp|*.temp|*.o|*.obj|~$* vscan version is samba3-vscan-0.3.5-1.i586.rpm anybody knowing about that prob too? Best Regards
2005 Jan 27
1
Recycler problem
...tes in directory D are lost. Any suggestions on that? --- smb.conf ... create mask = 775 directory mask = 0775 vfs objects = recycle recycle:keeptree = Yes recycle:touch = Yes recycle:versions = Yes recycle:maxsize = 0 recycle:exclude = *.tmp|~$* recycle:noversions = *.doc|*.xls|*.ppt ... --- smb.conf end Thanks, Christian Marx
2003 Aug 04
0
Réf. : Réf. : trash can on samba
...m the bin recycle:exclude = *.tmp *.temp *.swp ; root dirs to exclude from the bin recycle:exclude_dir = tmp ; include file versionning in the bin (adds a "Copy #n of" before the filename) recycle:versions = True ; files to exclude from the versionning (previous versions are lost) recycle:noversions = *.doc *.xls *.ppt Did someone try versionning ? I get a strange error while deleting a file with versionning activated : WinXP tells me the file doesn't exist anymore... but it is supposed to delete it ! In fact, the file has been deleted, and versionned in the bin BEFORE the appearance of t...
2015 Mar 17
1
Recycle Bin On Share
...html#RECYCLE:KEEPTREE> >> recycle:versions = yes >> <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#RECYCLE:VERSIONS> >> >> > > Hi, this what I have working with 4.1.17 > > vfs objects = recycle > recycle:versions = Yes > recycle:noversions = *.doc|*.xls|*.ppt|*.dat|*.ini|*.pdf > recycle:exclude_dir = /tmp|/temp|/cache > recycle:exclude = *.tmp|*.TMP|*.temp|*.o|*.obj|~$*|*.~??|index*.* > recycle:maxsize = 0 > recycle:touch_mtime = Yes > recycle:touch = Yes > recycle:keeptree = Yes > recycle:repository = .recycle/%...
2018 May 31
1
vfs objects recycle can not exclude profile directory
...his: [global] ......... vfs objects = acl_xattr full_audit recycle ....... [users] path = /srv/samba/users/ read only = no recycle:repository = /srv/samba/recycle/%U recycle:touch = Yes recycle:keeptree = Yes recycle:versions = Yes recycle:noversions = *.tmp,*.temp,*.o,*.obj,*.TMP,*.TEMP recycle:exclude = *.tmp,*.temp,*.o,*.obj,*.TMP,*.TEMP *~$* recycle:exclude_dir = recycle,tmp,temp,TMP,TEMP,profiles,%U.V2 [profiles] path = /srv/samba/profiles/ read only = no [recycle] path = /srv/samba/recycle/...
2013 Sep 26
1
Samba 3.6.15 Not honouring create mode
...path = /clustershare/share force user = root force group = Domain Admins read only = No force create mode = 660 force directory mode = 770 vfs objects = recycle recycle:directory_mode = 770 recycle:versions = yes recycle:keeptree = yes recycle:noversions = *.doc|*.xls|*.ppt recycle:excludedir = /tmp|/temp|/cache recycle:exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~??|~*.tmp recycle:repository = .recycle After a file or directory is created this is what I get. drwxrwx--- 28 root domain admins 2048 Sep 26 11:57 . drwxr-xr-x 8 root...
2011 Nov 28
1
Very strange permission problem: samba on zfs-fuse
...tory mask = 2775 create mask = 0664 vfs objects = recycle recycle:repository = .deleted/%U recycle:keeptree = Yes recycle:touch = Yes recycle:versions = Yes recycle:maxsixe = 0 recycle:exclude = *.tmp recycle:exclude_dir = /tmp recycle:noversions = *.doc I have asked this in zfs-fuse list, but still in discussion.... I have setup this samba share on a zfs-fuse filesystem. drwxrwsr-x 16 backup userlab 27 Nov 28 10:12 depot All samba users are secondary member of 'userlab' group. (usermod -G userlab user1, etc) The problem I have...
2015 Mar 17
2
Recycle Bin On Share
Hello, Is this the preferred method for adding a recycle bin to a share? Share is located on a Samba 4.1.17 member server. Thanks. /|[share]|/ path = /data/share <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#PATH> vfs objects = recycle <https://www.samba.org/samba/docs/man/manpages/smb.conf.5.html#VFSOBJECTS> recycle:repository = .recycle
2004 Jul 20
3
i need recycle bin configuration
any one can help me how to setting up recycle bin on samba or manual references webstie btw i'm using redhat 7.2 samba 2.2.7.. =========================================================================================== "Gabung INSTANIA, dapatkan XENIA. Daftar di www.telkomnetinstan.com, langsung dapat akses Internet Gratis.. Dan ..ikuti "Instan Smile" berhadiah Xenia,Tour
2009 Oct 06
0
Update from pdbsql (MySQL) to LDAP
...hentication*tokens*updated*successfully.* unix password sync = yes dos charset = cp850 unix charset = UTF8 display charset = LOCALE vfs object = recycle recycle:repository = .lixeira recycle:keeptree = yes recycle:versions = yes recycle:directory_mode = 0770 recycle:noversions = *.doc|*.xls|*.ppt recycle:noversions = *.odt|*.ods|*.odp|*.doc|*.xls|*.ppt veto files = copy.exe/host.exe dns proxy = no nt acl support = yes wins support = yes winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes template homedir = /dev/n...
2020 Mar 09
4
Errors for shares since 4.12.0
...No ??????? root preexec = /bin/MK_PAPIERKORB %H "%u" %h %S ??????? smb encrypt = desired ??????? valid users = +SUBDOM+worker ??????? vfs objects = recycle crossrename ??????? recycle:exclude_dir = tmp | temp | cache ??????? recycle:exclude = *.TMP | *.tmp | ~$*.doc ??????? recycle:noversions = *.ini | *.dat ??????? recycle:versions = Yes ??????? recycle:maxsize = 536870912 ??????? recycle:touch = Yes ??????? recycle:keeptree = Yes ??????? recycle:directory_mode = 0700 ??????? recycle:repository = %H/.Papierkorb/%S [share2] ??????? comment = Share 2 ??????? inherit acls = Yes...
2009 Apr 01
5
Fun with permissions
...nt = Common Area writable = yes browseable = yes path = /Store/Shares/common vfs objects = recycle create mask = 0740 directory mask = 0740 valid users = @web force user = %U force group = web recycle:keeptree = Yes recycle:repository = TheBin recycle:noversions = *.doc|*.xls|*.ppt recycle:excludedir = /tmp|/temp|/cache recycle:exclude = *.tmp|*.temp|*.o|*.obj|~$*|*.~?? recycle:maxsize = 0 recycle:versions = Yes recycle:touch = Yes Within the web group there are users stuart and mike, i've been mounting common in two places (/mnt...
2020 Mar 10
2
Errors for shares since 4.12.0
Hi Am 09.03.20 um 16:32 schrieb Rowland penny via samba: > On 09/03/2020 14:25, Andreas Hauffe via samba wrote: >> [global] >> ??????? dedicated keytab file = /etc/krb5.keytab >> ??????? kerberos method = secrets and keytab > Why the dedicated keytab ? We have a kerberized NFS4 running on that machine, too. > >> workgroup = ILRW >> ??????? idmap config dom :
2013 Jul 03
1
Migration from 3.5.6-27 to 3.6.16-31
...t = 850 unix charset = iso8859-15 logon path = logon home = logon drive = include = /etc/samba/smb-print.conf .... [share1] vfs object = recycle:recycle recycle:exclude = *.tmp *.temp *.o *.obj ~$* recycle:keeptree = True recycle:touch = True recycle:versions = True recycle:noversions = .doc|.xls|.ppt recycle:repository = .Recycle Bin recycle:maxsize = 0 comment = path = /temp/share1] public = no browseable = yes readonly = yes admin users = valid users = @"Domain Admins", @"Domain Users" write list = @"Domain Admins", @"Dom...
2010 Jun 14
1
Samba 3.4.6 - problems with vfs objects = recycle
...public = no writeable = yes browseable = yes valid users = @admin-staff write list = @admin-staff read list = @admin-staff create mask = 0660 directory mask = 0770 force group = admin-staff # vfs objects = recycle # recycle:repository=.recycle.%u # recycle:keeptree=1 # recycle:noversions=1 <SNIP> ---- and the build settings: net-fs/samba-3.4.6 was built with the following: USE="acl client cups ldap netapi pam readline server smbclient syslog -addns -ads -aio -avahi -caps -cluster -debug -doc -examples -fam -ldb -quota -smbsharemodes -swat -winbind"