similar to: [Announce] Samba 4.3.12 Available for Download

Displaying 20 results from an estimated 1000 matches similar to: "[Announce] Samba 4.3.12 Available for Download"

2016 Sep 22
0
[Announce] Samba 4.4.6 Available for Download
====================================================== "The first wealth is health." Ralph Waldo Emerson ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. Changes since 4.4.5: -------------------- o Michael Adam <obnox at samba.org> * BUG 11977: libnet: Ignore realm
2016 Sep 22
0
[Announce] Samba 4.4.6 Available for Download
====================================================== "The first wealth is health." Ralph Waldo Emerson ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. Changes since 4.4.5: -------------------- o Michael Adam <obnox at samba.org> * BUG 11977: libnet: Ignore realm
2025 May 28
1
ctdb tcp kill: remaining connections
Martin Schwenke schrieb am 17.10.2024 13:00: >> Thanks! I hope to being able to use a current version soon. > > Of course, I meant the next minor version (e.g. 4.22.x), since none of > this is really bug fixes... Unfortunately I am still not able to run the current version, but for this problem it should not matter because the current code is unchanged in that regard: We are
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
====================================================== "To attract men, I wear a perfume called 'New Car Interior'." Rita Rudner ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. Major enhancements in Samba 4.4.7 include: o Let winbindd discard expired
2016 Oct 26
0
[Announce] Samba 4.4.7 Available for Download
====================================================== "To attract men, I wear a perfume called 'New Car Interior'." Rita Rudner ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. Major enhancements in Samba 4.4.7 include: o Let winbindd discard expired
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
====================================================== "Yesterday's the past, tomorrow's the future, but today is a gift. That's why it's called the present." Bil Keane This release is dedicated to our friend Lars. We miss him, and our hearts are with his family. ====================================================== Release Announcements
2016 Oct 26
0
[Announce] Samba 4.5.1 Available for Download
====================================================== "Yesterday's the past, tomorrow's the future, but today is a gift. That's why it's called the present." Bil Keane This release is dedicated to our friend Lars. We miss him, and our hearts are with his family. ====================================================== Release Announcements
2025 May 29
1
ctdb tcp kill: remaining connections
Hi Uli, On Wed, 28 May 2025 13:12:29 +0000, Ulrich Sibiller <ulrich.sibiller at eviden.com> wrote: > We are exporting GPFS filesystems with NFSv3 via ctdb. Today I have > stopped ctdb on one node, and the IPs got automatically moved to > another node. This is something that always works like a charm. > However, many NFS clients started complaining very soon, a phenomenon >
2023 Aug 21
1
...or howto change vfs_acl_xattr options inplace without changing access rights
Hi Ralph > On 8/18/23 09:55, Sebastian Neustein via samba wrote: >> With the default settings of vfs_acl_xattr samba takes posix acls >> into account when delivering data - how can I activate >> "acl_xattr:ignore system acls = yes" >> without loosing the information saved in posix acls? Background: our >> future file system won't be able to support
2023 Jun 16
1
SaMBa 4.16.4 adds users to ACLs as groups
On 16/06/2023 16:20, Tam?s N?meth via samba wrote: > Dear Rowland, > > I'm trying to write a single email answering all the question of your > recent emails: > > >> Hi Tamas, I have been reviewing you numerous posts on this list about >> this project, are you aware that you have been posting for 6 months ? > > Well, not exactly :-) Only 5 months and 5
2023 Jun 20
1
SaMBa 4.16.4 adds users to ACLs as groups
Okay then :-( I think I'll have to divide our shares into two categories: 1. One with "nt acl support = no" which I'd consider the "pure Linux security" category. 2. Probably another category with "acl_xattr:ignore system acls = yes", as a "pure Windows security" category. It would be better to have an underlying OS with native NFSv4 ACL support
2016 Mar 12
2
static vs shared modules build
Since all my Samba AD member servers rely on vfs_acl_xattr to take care of Windows permissions, is there any performance advantage to building samba with a static vfs_acl_xattr module? (./configure --with-static-modules=vfs_acl_xattr) Thank you
2018 Sep 21
1
[SOLVED] Samba 4: 'Access denied' error when accessing user profile during logon
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: vrijdag 21 september 2018 10:11 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] [SOLVED] Samba 4: 'Access denied' > error when accessing user profile during logon > > On Fri, 21 Sep 2018 09:35:13 +0200 >
2010 Sep 22
1
vfs_acl_xattr - moving files/folders
Hello, We've been using samba 3.3.9 with vfs_acl_xattr for some time now, and we do have one issue - when someone moves a file from one place to another (in Windows), it keeps the old ACLs instead of inheriting the new ones. I understand why this is happening (moving as opposed to copying, which actually makes a new file, and thus attains new ACLs as well), so I would just like to know if
2023 Jun 16
1
SaMBa 4.16.4 adds users to ACLs as groups
Dear Rowland, I'm trying to write a single email answering all the question of your recent emails: > Hi Tamas, I have been reviewing you numerous posts on this list about > this project, are you aware that you have been posting for 6 months ? Well, not exactly :-) Only 5 months and 5 days :-) However, this specific thread is only 9 days old. I had a few mails in january, february,
2023 Aug 18
1
...or howto change vfs_acl_xattr options inplace without changing access rights
Sebastian Neustein wrote: > I have to migrate our data from one old samba server to a new one. Due > to various reasons we had to change some settings. Now I struggle to > get the acls right. > ?Previously the acls were stored via posix and extended attributes, > now they are stored only in extended attributes With the default settings of vfs_acl_xattr samba takes posix acls
2023 Aug 21
1
...or howto change vfs_acl_xattr options inplace without changing access rights
On 8/18/23 09:55, Sebastian Neustein via samba wrote: > With the default settings of vfs_acl_xattr samba takes posix acls into > account when delivering data - how can I activate > "acl_xattr:ignore system acls = yes" > without loosing the information saved in posix acls? Background: our > future file system won't be able to support acls. Sorry, but this is
2014 Aug 20
1
vfs_acl_xattr doesn't work unless all the inherit and map inherit acl parameters are set to yes, but want to set inherit owner = no
I noticed that vfs_acl_xattr doesn't work unless all the inherit and map inherit acl parameters are set to yes. Which is fine but if I turn off inherit owner it completely breaks inheritance and security.NTACL never gets set for the file/directory that's created by the user. I want the uid of the user who's connected to be written and not the owner of the parent directory. Is there
2023 Aug 21
1
...or howto change vfs_acl_xattr options inplace without changing access rights
On 8/21/23 18:20, Sebastian Neustein wrote: > The storage has come a long way with various changes of the smb.conf. It > is possible that at the time of creation of a file/directory > vfs_acl_xattr was not active. This could mean that the directory does > not have any extended attributes written to it and ACLs are only defined > with POSIX ACLs. In this case I would need a
2016 Mar 12
0
static vs shared modules build
Am 12.03.2016 um 19:48 schrieb Miguel Medalha: > Since all my Samba AD member servers rely on vfs_acl_xattr to take care > of Windows permissions, is there any performance advantage to building > samba with a static vfs_acl_xattr module? > > (./configure --with-static-modules=vfs_acl_xattr) no, it only has a theoretical impact on the number of open filehandles, theroretical means