similar to: idmap_rid/idmap_hash collisions?

Displaying 20 results from an estimated 400 matches similar to: "idmap_rid/idmap_hash collisions?"

2009 Oct 18
2
Convert idmap_rid to idmap_hash?
I was looking through the change log of 3.3.0 and noticed that a new idmap_hash was introduced that seems to play well with trusted domains. What means are available to convert all my rids to this new hash so I can update file permissions? Thanks, Robert LeBlanc Life Sciences & Undergraduate Education Computer Support Brigham Young University
2012 Jun 04
0
idmap_hash SID mapping limit
Hello. hash_rid() in idmap_hash.c[0] has a comment saying the rid is hashed to 20 bit for supporting 100K SIDs: 66 static uint32_t hash_rid(uint32_t rid) 67 { 68 /* 20 bits for the rid which allows us to support 69 the first 100K users/groups in a domain */ 70 71 return (rid & 0x0007FFFF); But 0x7FFFF is 19 bit, and also wouldn't 20 bit allow for 1M
2020 Nov 10
3
Crash in 4.12.10 in
I just got an INTERNAL ERROR: Signal 11 in smbd (4.12.10) in something that sids_to_unixids() in source3/winbindd/idmap_hash/idmap_has.c calls and 3 levels down - unfortunately the stack trace doesn?t say what it is - probably optimised into inline code or something. Recently upgraded from Samba 4.12.5 to 4.12.10 (self-compiled). FreeBSD 12.2 It happened right after 10 hours since that smbd
2024 Jan 11
1
Share access permission errors after upgrade from 4.12.14
On Thu, 11 Jan 2024 08:53:38 +0000 unraidster via samba <samba at lists.samba.org> wrote: > Hello, > > Issue Description > After the upgrade of the Unraid server OS (unraid.net) from v6.9.2 to > v6.12.6 (which upgrades the version of Samba from 4.12.14 to 4.17.12) > access to shares stops working. > > Error Summary: > [2024/01/07 21:52:43.357676, 0, pid=93992,
2024 Jan 24
1
Share access permission errors after upgrade from 4.12.14
On Wed, 24 Jan 2024 17:31:46 +0000 unraidster via samba <samba at lists.samba.org> wrote: > Hi, > > I assumed that the rearranged config you provided was for feedback, Yes, they were just comments, but unraid should really fix their Samba setup. > I > haven't made any changes to the configuration based on those > comments. I'll send a message to the Unraid
2024 Jan 24
1
Share access permission errors after upgrade from 4.12.14
On Wednesday, 24 January 2024 at 10:51, Rowland Penny via samba <samba at lists.samba.org> wrote: > I rearranged the smb.conf above and added comments: > > [global] > netbios name = Tower > server string = Media server > security = USER > workgroup = WORKGROUP > bind interfaces only = yes > interfaces = 192.168.66.10/24 127.0.0.1 > > # we don't do
2009 Nov 14
1
'allow trusted domains = no' and sidhistory = bad
We are in an environment where several AD domains are being consolidated into one larger domain using sidhistory. The samba winbind configuration is using 'allow trusted domains = no' as we do not care about what is in the other domains (as well as the problem that many of them are unreachable from other locations meaning winbind will choke completely if we don't disallow them). The
2016 Apr 15
2
Debian Wheezy member server from backports to self compile
Hello, I'm unable to update my Samba from 4.1.17 to 4.4.2. I'm looking to build from tar instead. From what I gather the following should be the steps taken. ./configure --without-ad-dc -- sbindir= /usr/sbin --sysconfdir=/etc/samba/ --/usr/share/man/ make make install Am I missing something else? Thanks. -- -James
2024 Jan 11
1
Share access permission errors after upgrade from 4.12.14
Hello, Issue Description After the upgrade of the Unraid server OS (unraid.net) from v6.9.2 to v6.12.6 (which upgrades the version of Samba from 4.12.14 to 4.17.12) access to shares stops working. Error Summary: [2024/01/07 21:52:43.357676, 0, pid=93992, effective(1278739538, 1278738945), real(1278739538, 0)] ../../source3/smbd/smb2_service.c:168(chdir_current_service) chdir_current_service:
2008 Dec 15
1
[ANNOUNCE] Samba 3.3.0rc2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release Announcements ===================== This is the second release candidate of Samba 3.3.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major enhancements in Samba 3.3.0 include:
2008 Dec 15
1
[ANNOUNCE] Samba 3.3.0rc2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release Announcements ===================== This is the second release candidate of Samba 3.3.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major enhancements in Samba 3.3.0 include:
2010 Dec 24
1
reducing smbd memory footprint
I'm currently compiling Samba 3.3.X with the following: CFLAGS = -g -Wall -O2 ./configure --cache-file=./config.cache \ --with-fhs \ --enable-shared \ --prefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib/samba \ --with-privatedir=/etc/samba \ --with-piddir=/var/run/samba \
2008 Oct 02
2
[ANNOUNCE] Samba 3.3.0pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release Announcements ===================== This is the second preview release of Samba 3.3.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major enhancements in Samba 3.3.0 include:
2008 Oct 02
2
[ANNOUNCE] Samba 3.3.0pre2 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release Announcements ===================== This is the second preview release of Samba 3.3.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major enhancements in Samba 3.3.0 include:
2019 Mar 20
2
build problem with 4.10.0
Hi I want to build samba-4.10.0 for SUSE openLeap 15.1. Config and make works fine but make install sucks: ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-cachedir=/var/lib/samba --with-lockdir=/var/lib/samba/lock --with-logfilebase=/var/log/samba --with-modulesdir=/usr/lib64/samba --disable-rpath --disable-rpath-install
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2009 Jan 27
1
[Announce] Samba 3.3.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ================================================================ "After all, computers crash, people die, relationships fall apart. The best we can do is breath and reboot." Sarah Jessica Parker ================================================================ Release Announcements ===================== This is the first
2009 Jan 27
1
[Announce] Samba 3.3.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ================================================================ "After all, computers crash, people die, relationships fall apart. The best we can do is breath and reboot." Sarah Jessica Parker ================================================================ Release Announcements ===================== This is the first
2019 Nov 21
1
Samba building is broken when some libraries are specified to be built-in to binaries !
Ok. But to the time in a short term period is there is way to make building successfull ? May be some temporal solution ? One more, I need to build-in to binaries: libreplace,libwinbind-client,libwbclien, that is replace,winbind-client,wbclient "targets" while building all regarding configure options specified below: --prefix=/usr \ --enable-fhs \