similar to: Samba ignores groups for ACL !

Displaying 20 results from an estimated 300 matches similar to: "Samba ignores groups for ACL !"

2006 Oct 09
1
AW: AW: Samba ignores groups for ACL !
Hi, First of all, thx for fast answering. > I hope that the above commands are really right, because you said folder_a but the name of the folder is "folderA". Sorry, the commands are right :) > The all other things include the groupmaps? What do you mean... when i uses the command "./net groupmap list", i get the following back
2006 Oct 12
0
WG: Samba ignores groups for ACL !
Hi! Here is the Output: bash-3.00# id NTBV+neuwald uid=5000(NTBV+neuwald) gid=5006(NTBV+dom??nen-benutzer) bash-3.00# /usr/local/samba/bin/wbinfo -r NTBV+neuwald 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5000 5015 5016 5017 5022 5029 5033 5035 5021 5023 5019 5032 5028 5027 5034 5020 5026 5030 5024 5018 5036 5025 5031 Ciao, Bj?rn -----Urspr?ngliche
2015 Jun 08
2
Question on folder sync with "directory name translation"
OK , but then the solution with symlinks is equivalent, just with the right options for rsync. Make the link. Sync + exclude. Remove the link. Don't have to live with the folder on the source. *_______________Gionata Boccalini* 2015-06-08 22:49 GMT+02:00 Michael Johnson - MJ <mj at revmj.com>: > Oh, actually, I just thought of a couple other another options that don't >
2015 Jun 07
3
Question on folder sync with "directory name translation"
Hello everyone, I'm new to this mailing list but I have been using rsync for some years up to now. I'm trying to synchronize two directory trees, but I want a special behavior that I didn't find on the net nor in the manual (or maybe there is a combination of options to get what I want but I couldn't find it). Tree A is like: A * * FolderA * * And tree B (on a remote
2018 Nov 29
2
Relocate subfolders to different mount point
I would like to relocate the subfolders of the Sent folder to a different location. Now send messages mail is stored in mbox format at the location /home/users/testuser/mail/.Sent. I would like to store the subfolders Sent/2017 and Sent/2018 at the location /home/archive/users/testuser/.Sent.2017 and /home/archive/users/testuser/.Sent.2018 Is this even possible? I am using currently using
2015 Jun 08
1
Question on folder sync with "directory name translation"
Thanks Joe for the reply: 1) why do you say to use fuzzy twice? Do you mean in both directions? 2) I have to mention that the remote system is a Synology NAS, which for whatever reason (I can't think about), doesn't support symlinks, even in the same disk volume or "share"! > But I could make some symlinks in the local system (archlinux) and user > exclude filters to
2018 Dec 02
1
Relocate subfolders to different mount point
I think sdbox or mdbox format is what you are looking for > On 2 Dec 2018, at 09:47, Marc Roos <M.Roos at f1-outsourcing.eu> wrote: > > > No one an idea? I like to put some "archive" folders on a less iops > storage. > > > -----Original Message----- > From: Marc Roos > Sent: donderdag 29 november 2018 18:09 > To: dovecot > Subject:
2007 Oct 27
4
do 1.1b4 assertion failed: (mailbox_list_is_valid_existing_name
I think this is where I left off last weekend. Instead of this happening at the base of one of my shared mail namespaces, it happens when I try to select a top level folder inside the namespace, or try to directly select an entire path to a folder. This only happens when ACL is enabled. Let me know if I need to provide more. Thanks. Oct 27 16:03:27 gribble dovecot: IMAP(mcdouga9): file
2018 Nov 29
2
Best way of merging mbox files
When concatenating mbox files like described here https://xaizek.github.io/2013-03-30/merge-mbox-mailboxes/. You will end up with an 'unsorted' mbox file. Is this going to be a problem esspecially when they are large >2GB's and new emails will be written to it? The email client nicely sorts the message from folder A "foldera 5 last" as last, but of course the mbox is
2009 Feb 13
2
copy directory command
Hi, I was trying to copy a directory from one location to another. Is there a command to do this (similar to the file.copy command)? thanks! [[alternative HTML version deleted]]
2006 Nov 16
0
Incorrect handling of group permissions
Hello, I posted a kind of a bug a few weeks ago (BUG 3990)! Now i tested the new version samba 3.0.23d on my machine (Solaris10,SunSparc,Samba3.0.23c). I've got the same problem: # id "NTBV\neuwald" uid=5000(DOMAIN\WINUSER) gid=5000(NTBV\dom??nen-benutzer) # ./wbinfo -r "DOMAIN\WINUSERWINUSER" 5001 5002 5003 5004 5005 5000 Nested groups are completely ignored for
2005 Aug 17
2
Profiles 'problem'
Hello, I use samba-3.0.14a_1,1 on FreeBSD 5.4-STABLE. Everything is running perfectly. Today, the profile of my users are stored on the file server. For example: John logon on the Windows 2000 Professional workstation called machine01. It's the first logon of John on this machine, but him already have a profile stored on the file server. When John logon to machine01, the profile of John are
2005 Dec 06
1
SRC=/, include a few directories and exclude everything else
Hi, I am currently backing up a few Linux boxes, and a Windows XP box, using rsync (through a cron job). Regarding the Windows box ( Windows XP (running Cygwin) <--> Debian Testing), so far I specify a few directories as sources in the rsync command line. I then use an excludes file to include certain directories and exclude others. I was wondering, can I just specify / as the source and
2008 Nov 03
1
How to set file/folder permission flexibly in Samba
Hi All, I am using Samba 3.0.10 on IBM server with REHL 4 Os. The detailed infromation as below. ----------------------------------------------------------------- [root@ufhkglx02 samba]# uname -a Linux ufhkglx02 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Linux [root@ufhkglx02 samba]# cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
2015 Jun 09
0
Question on folder sync with "directory name translation"
Should be as long as you don't have other symlinks in the tree. On Mon, Jun 8, 2015, 15:14 Gionata Boccalini <gionata.boccalini at gmail.com> wrote: > OK , but then the solution with symlinks is equivalent, just with the > right options for rsync. > > Make the link. > Sync + exclude. > Remove the link. > > Don't have to live with the folder on the source.
2005 Sep 01
1
?The network name cannot be found?
Hi, I'm running samba-3.0.14a_1,1 under FreeBSD 5.4-STABLE. I migrated all my data from samba 2 to samba 3, and I'm having a problem with some users. For example, user john can login perfectly to the network. It?s ok. But user smith not, him get the error ?The network name cannot be found?. But all configurations of john and smith are the same. I found this on Samba Official Hanbook:
2024 Nov 04
1
Windows permissions
I think I'm fairly good with Linux (since 1991) but mostly clueless with Windows. When I need Windows help, the Web has been my savior. But not this time... I have three Windows 10 boxes which I can successfully access using xfreerdp so I presume I know the available users and passwords. However, trying to access with winexe is proving difficult. 1. The command, <winexe -U winuser
2015 Jun 08
0
Question on folder sync with "directory name translation"
I should describe the problem more in details, but I believe this is off topic for this list. The FolderA is named "Musica" (in Italian) because.. I like it that way.. and is in my home folder. PC # /home/gionata/Musica FolderB MUST be named "music", in my home folder on the NFS filesystem, NAS # /volume1/homes/gionata/music *because the synology media parse service only
2008 Feb 19
1
Problem with sync files when no dir in the destin
Hi i'm a new user but rsync is easy and a great tool I have a folder caled source and a folder caled destini, like this + Source |_ FolderA |____ File1 |____ File2 + Destini I use this comando to sync only File 1 rsync -a Souce/FolderA/File1 Destini it's copy the File 1 to Destini but i would like who rsync create te Folder A in the destini and put the File 1 inside Then. I read
2001 Oct 01
1
Latest CVS of wine won't compile
Hi! I tried to compile the latest CVS version (fetched this morning) of wine, but compilation fails with: gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c In file included from ../../include/wine/winuser16.h:5, from ttydrv.h:19,