similar to: [Announce] Samba 4.12.6 Available for Download

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

2020 Aug 25
0
[Announce] Samba 4.11.12 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.11 release series. Changes since 4.11.11 --------------------- o Jeremy Allison <jra at samba.org> * BUG 14403: s3: libsmb: Fix SMB2 client rename bug to a Windows server. o Andrew Bartlett <abartlet at samba.org> * BUG 14424: dsdb: Allow "password hash userPassword schemes =
2020 Aug 25
0
[Announce] Samba 4.11.12 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.11 release series. Changes since 4.11.11 --------------------- o Jeremy Allison <jra at samba.org> * BUG 14403: s3: libsmb: Fix SMB2 client rename bug to a Windows server. o Andrew Bartlett <abartlet at samba.org> * BUG 14424: dsdb: Allow "password hash userPassword schemes =
2020 Aug 27
3
Now online Debian Buster Samba 4.11.12 (amd64/i386/armhf)
Hai, The latest update is now online for Debian Buster Samba 4.11.12 (amd64/i386/armhf) The Changelog, mostly the samba log, last 2 lines are my added changes for the packaging. No big changes. samba (2:4.11.12+dfsg-0.1buster1) buster; urgency=medium . * Non-maintainer upload. * New upstream release builded from samba.org sources. * Bugfix release, fixes bugzilla bugnummers:
2003 May 14
2
MAX_DEBUG_LEVEL for 2.0.10a?
Hi @all, in which version MAX_DEBUG_LEVEL in local.h and debug.h is available (not in 2.2.8a and not in 2.0.10a)? I want to get smaller binaries for the router system fli4l (router on a floppy) with reducing the amount of debugging informations. I have to use on of the above versions due last security fixes. I would prefere 2.0.10a, because it is smaller as 2.2.8a and has functionality enough for
2020 Sep 07
0
[Announce] Samba 4.13.0rc4 Available for Download
Release Announcements ===================== This is the fourth release condidate of Samba 4.13. 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/. Samba 4.13 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2020 Sep 07
0
[Announce] Samba 4.13.0rc4 Available for Download
Release Announcements ===================== This is the fourth release condidate of Samba 4.13. 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/. Samba 4.13 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2020 Sep 15
0
[Announce] Samba 4.13.0rc5 Available for Download
Release Announcements ===================== This is the fifth release condidate of Samba 4.13. 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/. Samba 4.13 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2020 Sep 15
0
[Announce] Samba 4.13.0rc5 Available for Download
Release Announcements ===================== This is the fifth release condidate of Samba 4.13. 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/. Samba 4.13 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2023 Jul 05
1
netlogon does not run
smb.conf # Global parameters [global] netbios name = DC0 dns forwarder = 192.168.2.4 realm = GRANMARMO.INTRANET server role = active directory domain controller workgroup = GRANMARMO ntlm auth = mschapv2-and-ntlmv2-only password hash userPassword schemes = CryptSHA256 CryptSHA512 rpc server dynamic port range = 50000-55000 loglevel = 30 auth:5 winbind:5 passdb:5 time server = yes
2009 Jun 02
1
Converting Multiple Columns of Data Frame to Date
Hi, I have a data frame which has a subset of columns containing character representations of dates. The data frame is obtained via the DBI::fetch(rs, ...) method. I would like to convert all the columns which were originally dates in the database to R dates. I can obtain a logical index of columns which are dates via > idx <- dbColumnInfo(rs)$type == "DATE". I'm having
2020 Sep 22
2
[Announce] Samba 4.13.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.13 release series. Please read the release notes carefully before upgrading. ZeroLogon ========= Please avoid to set "server schannel = no" and "server schannel= auto" on all Samba domain controllers due to the wellknown ZeroLogon issue. For details please see
2020 Sep 22
2
[Announce] Samba 4.13.0 Available for Download
Release Announcements --------------------- This is the first stable release of the Samba 4.13 release series. Please read the release notes carefully before upgrading. ZeroLogon ========= Please avoid to set "server schannel = no" and "server schannel= auto" on all Samba domain controllers due to the wellknown ZeroLogon issue. For details please see
2020 Sep 18
0
[Announce] Samba 4.13.0rc6 Available for Download
Release Announcements ===================== This is the sixth release condidate of Samba 4.13. 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/. Samba 4.13 will be the next version of the Samba suite. SECURITY ======== o CVE-2020-1472: Unauthenticated
2020 Sep 18
0
[Announce] Samba 4.13.0rc6 Available for Download
Release Announcements ===================== This is the sixth release condidate of Samba 4.13. 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/. Samba 4.13 will be the next version of the Samba suite. SECURITY ======== o CVE-2020-1472: Unauthenticated
2016 Jun 16
0
Check password script
Hi Simon, Le 10/06/2016 11:12, blog at lesfourmisduweb.org a écrit : > > Yes it could be interesting. > I want to use it to send the password has an API for other software. I > currently use the "Store passwords using reversible encryption" to use > my API. But I do not like this operation. I then use >
2016 Jun 16
2
Check password script
interesting ! Let me take a closer look at that. I must send passwords in Office 365 and Google Apps. Currently, My script works but it requires that Samba is configured with the "Plain text Password" option. I want to change that. "Check password script" could solve my problem. "http://ltb-project.org/wiki/documentation/self-service-password" with " post
2016 Jun 17
0
Check password script
Unfortunately, there are other restrictions which disallow the use of macros in the active directory code, so it wouldn't be as simple as that. Thanks Denis for suggesting metze's branch. That might actually be the most appropriate way to solve this issue. Although there have been other ways of syncing passwords in the past, none of them are currently compatible with active directory.
2011 Oct 17
1
Spammers attempting SASL Auth
Hi This is a new one on me - I've never seen spammers attempt to use to SASL Auth to inject spam. None of the users they are trying (newsletter, dummy, test, etc.) exist, but what worries me is the illegal chars error - is this a known vulnerability in dovecot they are trying to exploit? I'm running 1:1.2.15-7 installed from apt-get.. Oct 17 15:07:16 mail postfix/smtpd[14422]: connect
2010 Aug 23
1
channel stay up when extension unreachable
Hi, We are using asterisk 1.4.34, ubuntu 10.4, below is suspicious activity recorded in our full log. Could you help us to explain what had happened. Thanks. === my friend, 801, from his room did a test by dialing echo test in freepbx, *43: [Aug 20 14:42:46] VERBOSE[14427] logger.c: -- Executing [*43 at from-internal:1] Answer("SIP/801-000003f5", "") in new stack [Aug 20
2020 Mar 12
0
[PATCH libguestfs 1/3] daemon: xattr: Refactor code which splits attr names from the kernel.
The kernel returns xattr names in a slightly peculiar format. We parsed this format several times in the code. Refactoring this parsing so we only do it in one place. --- daemon/xattr.c | 126 ++++++++++++++++++++++++++++++------------------- 1 file changed, 78 insertions(+), 48 deletions(-) diff --git a/daemon/xattr.c b/daemon/xattr.c index 5c9f064ce..482df9af0 100644 --- a/daemon/xattr.c +++